arm64: rockchip_defconfig: enable HARDENED_USERCOPY
[firefly-linux-kernel-4.4.55.git] / drivers / input / Kconfig
index 518efa2a9f526d874c837b78eeffe21160aa03de..c71fde46e9e93c9e0afcf6ae89fd149ad053e532 100644 (file)
@@ -25,6 +25,19 @@ config INPUT
 
 if INPUT
 
+config INPUT_LEDS
+       tristate "Export input device LEDs in sysfs"
+       depends on LEDS_CLASS
+       default INPUT
+       help
+         Say Y here if you would like to export LEDs on input devices
+         as standard LED class devices in sysfs.
+
+         If unsure, say Y.
+
+         To compile this driver as a module, choose M here: the
+         module will be called input-leds.
+
 config INPUT_FF_MEMLESS
        tristate "Support for memoryless force-feedback devices"
        help
@@ -175,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"
@@ -205,6 +212,10 @@ source "drivers/input/tablet/Kconfig"
 
 source "drivers/input/touchscreen/Kconfig"
 
+source "drivers/input/remotectl/Kconfig"
+
+source "drivers/input/sensors/Kconfig"
+
 source "drivers/input/misc/Kconfig"
 
 endif