diff --git a/init/Kconfig b/init/Kconfig index 37711fe3c01c55d5a454501206dba63948d6f6c0..b680733270e48d4704f61daa6f72874532cd2660 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -294,10 +294,10 @@ choice prompt "Basis for grouping tasks" default FAIR_USER_SCHED - config FAIR_USER_SCHED - bool "user id" - help - This option will choose userid as the basis for grouping + config FAIR_USER_SCHED + bool "user id" + help + This option will choose userid as the basis for grouping tasks, thus providing equal cpu bandwidth to each user. endchoice