ARM64: DTS: Fix Firefly board audio driver
[firefly-linux-kernel-4.4.55.git] / drivers / input / Kconfig
old mode 100755 (executable)
new mode 100644 (file)
index 6deb45a..c71fde4
@@ -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,11 +212,12 @@ source "drivers/input/tablet/Kconfig"
 
 source "drivers/input/touchscreen/Kconfig"
 
-source "drivers/input/misc/Kconfig"
+source "drivers/input/remotectl/Kconfig"
 
 source "drivers/input/sensors/Kconfig"
 
-source "drivers/input/remotectl/Kconfig"
+source "drivers/input/misc/Kconfig"
+
 endif
 
 menu "Hardware I/O ports"