aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 058e3671fa11..f5dbc6d4261b 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -921,7 +921,7 @@ config NUMA_BALANCING_DEFAULT_ENABLED
921 machine. 921 machine.
922 922
923menuconfig CGROUPS 923menuconfig CGROUPS
924 boolean "Control Group support" 924 bool "Control Group support"
925 select KERNFS 925 select KERNFS
926 help 926 help
927 This option adds support for grouping sets of processes together, for 927 This option adds support for grouping sets of processes together, for
@@ -1290,8 +1290,8 @@ endif
1290config CC_OPTIMIZE_FOR_SIZE 1290config CC_OPTIMIZE_FOR_SIZE
1291 bool "Optimize for size" 1291 bool "Optimize for size"
1292 help 1292 help
1293 Enabling this option will pass "-Os" instead of "-O2" to gcc 1293 Enabling this option will pass "-Os" instead of "-O2" to
1294 resulting in a smaller kernel. 1294 your compiler resulting in a smaller kernel.
1295 1295
1296 If unsure, say N. 1296 If unsure, say N.
1297 1297
@@ -1762,7 +1762,7 @@ config SLABINFO
1762 default y 1762 default y
1763 1763
1764config RT_MUTEXES 1764config RT_MUTEXES
1765 boolean 1765 bool
1766 1766
1767config BASE_SMALL 1767config BASE_SMALL
1768 int 1768 int