diff options
| -rw-r--r-- | init/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index c3cf600f1fed..d0404f9351b5 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -272,7 +272,8 @@ config BASE_FULL bool "Enable full-sized data structures for core" if EMBEDDED help Disabling this option reduces the size of miscellaneous core - kernel data structures. + kernel data structures. This saves memory on small machines, + but may reduce performance. config FUTEX bool "Enable futex support" if EMBEDDED |
