ANDROID: video: adf: Avoid directly referencing user pointers
[firefly-linux-kernel-4.4.55.git] / drivers / input / Kconfig
index 4c1e2a74276cae485256e9997c3f862b8cc78b7d..2557dcda7621a1dbe58ae54caef6bc85025207f3 100644 (file)
@@ -188,24 +188,18 @@ 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"
+       bool "Key combo"
        depends on INPUT
        ---help---
          Say Y here if you want to take action when some keys are pressed;
 
-         To compile this driver as a module, choose M here: the
-         module will be called keycombo.
-
 comment "Input Device Drivers"
 
 source "drivers/input/keyboard/Kconfig"