rk fb: extend output mutex lock in win config
[firefly-linux-kernel-4.4.55.git] / drivers / input / Kconfig
old mode 100644 (file)
new mode 100755 (executable)
index 9c13b63..6deb45a
@@ -177,12 +177,22 @@ config INPUT_APMPOWER
 config INPUT_KEYRESET
        tristate "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
+       ---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"
@@ -197,6 +207,9 @@ source "drivers/input/touchscreen/Kconfig"
 
 source "drivers/input/misc/Kconfig"
 
+source "drivers/input/sensors/Kconfig"
+
+source "drivers/input/remotectl/Kconfig"
 endif
 
 menu "Hardware I/O ports"