summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.com>2024-05-15 11:58:26 +0200
committerPetr Mladek <pmladek@suse.com>2024-05-15 11:58:26 +0200
commitdafc2d0f1bb9bb865a8420f77de56bafd8881cc5 (patch)
treed342568bc9498c5f4949ece6ce3e2c91dde08335 /init
parente0550222e03bae3fd629641e246ef7f47803d795 (diff)
parent27021649ec88cf9aa14d2ac7e7f2e6789f055978 (diff)
Merge branch 'for-6.10-base-small' into for-linus
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig14
1 files changed, 4 insertions, 10 deletions
diff --git a/init/Kconfig b/init/Kconfig
index f3ea5dea9c85..52e16eb6221b 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -743,8 +743,8 @@ config LOG_CPU_MAX_BUF_SHIFT
int "CPU kernel log buffer size contribution (13 => 8 KB, 17 => 128KB)"
depends on SMP
range 0 21
- default 12 if !BASE_SMALL
default 0 if BASE_SMALL
+ default 12
depends on PRINTK
help
This option allows to increase the default ring buffer size
@@ -1585,11 +1585,10 @@ config PCSPKR_PLATFORM
This option allows to disable the internal PC-Speaker
support, saving some memory.
-config BASE_FULL
- default y
- bool "Enable full-sized data structures for core" if EXPERT
+config BASE_SMALL
+ bool "Enable smaller-sized data structures for core" if EXPERT
help
- Disabling this option reduces the size of miscellaneous core
+ Enabling this option reduces the size of miscellaneous core
kernel data structures. This saves memory on small machines,
but may reduce performance.
@@ -1944,11 +1943,6 @@ config RT_MUTEXES
bool
default y if PREEMPT_RT
-config BASE_SMALL
- int
- default 0 if BASE_FULL
- default 1 if !BASE_FULL
-
config MODULE_SIG_FORMAT
def_bool n
select SYSTEM_DATA_VERIFICATION