X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=init%2FKconfig;h=f5dbc6d4261bcb47e7d7dccfa6385f649ecefa0a;hb=427ced4b203dfea4f08b1298cd1f88e19039fca4;hp=058e3671fa11ecab043f414946ae539b8fadf2ec;hpb=3c6847eaa3da59f3bbe15eb3004ddab41ae6a201;p=deliverable%2Flinux.git 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 machine. menuconfig CGROUPS - boolean "Control Group support" + bool "Control Group support" select KERNFS help This option adds support for grouping sets of processes together, for @@ -1290,8 +1290,8 @@ endif config CC_OPTIMIZE_FOR_SIZE bool "Optimize for size" help - Enabling this option will pass "-Os" instead of "-O2" to gcc - resulting in a smaller kernel. + Enabling this option will pass "-Os" instead of "-O2" to + your compiler resulting in a smaller kernel. If unsure, say N. @@ -1762,7 +1762,7 @@ config SLABINFO default y config RT_MUTEXES - boolean + bool config BASE_SMALL int