File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ config PRIVILEGED_STACK_SIZE
317
317
int "Size of privileged stack"
318
318
default 2048 if EMUL
319
319
default 1024
320
- depends on ARCH_HAS_USERSPACE
320
+ depends on USERSPACE
321
321
help
322
322
This option sets the privileged stack region size that will be used
323
323
in addition to the user mode thread stack. During normal execution,
@@ -331,14 +331,14 @@ config KOBJECT_TEXT_AREA
331
331
default 512 if NO_OPTIMIZATIONS
332
332
default 512 if STACK_CANARIES && RISCV
333
333
default 256
334
- depends on ARCH_HAS_USERSPACE
334
+ depends on USERSPACE
335
335
help
336
336
Size of kernel object text area. Used in linker script.
337
337
338
338
config KOBJECT_DATA_AREA_RESERVE_EXTRA_PERCENT
339
339
int "Reserve extra kobject data area (in percentage)"
340
340
default 100
341
- depends on ARCH_HAS_USERSPACE
341
+ depends on USERSPACE
342
342
help
343
343
Multiplication factor used to calculate the size of placeholder to
344
344
reserve space for kobject metadata hash table. The hash table is
@@ -352,7 +352,7 @@ config KOBJECT_DATA_AREA_RESERVE_EXTRA_PERCENT
352
352
config KOBJECT_RODATA_AREA_EXTRA_BYTES
353
353
int "Reserve extra bytes for kobject rodata area"
354
354
default 16
355
- depends on ARCH_HAS_USERSPACE
355
+ depends on USERSPACE
356
356
help
357
357
Reserve a few more bytes for the RODATA region for kobject metadata.
358
358
This is to account for the uncertainty of tables generated by gperf.
You can’t perform that action at this time.
0 commit comments