diff options
| -rw-r--r-- | drivers/input/Kconfig | 5 | ||||
| -rw-r--r-- | drivers/misc/Kconfig | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index 518efa2a9..eaa208f37 100644 --- a/drivers/input/Kconfig +++ b/drivers/input/Kconfig @@ -175,15 +175,12 @@ config INPUT_APMPOWER module will be called apm-power. config INPUT_KEYRESET - tristate "Reset key" + bool "Reset key" depends on INPUT select INPUT_KEYCOMBO ---help--- Say Y here if you want to reboot when some keys are pressed; - To compile this driver as a module, choose M here: the - module will be called keyreset. - config INPUT_KEYCOMBO tristate "Key combo" depends on INPUT diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index dd2444309..1bdffd7ac 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -558,7 +558,7 @@ config THUNDERQUAKE_ENGINE_GPL Vibrator Intensity Controller for MTK Vibrator v1.0 config UID_SYS_STATS - tristate "Per-UID statistics" + bool "Per-UID statistics" depends on PROFILING && TASK_XACCT && TASK_IO_ACCOUNTING help Per UID based cpu time statistics exported to /proc/uid_cputime |
