X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Finput%2FKconfig;h=c71fde46e9e93c9e0afcf6ae89fd149ad053e532;hb=e946f494b4d8877468825572a4d9a8baf12e7896;hp=a35532ec00e4131d40cda5a841a730e96e8e20e3;hpb=ebc90be6b9ccbdaccd93feaabef78b1c92870be2;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index a35532ec00e4..c71fde46e9e9 100644 --- a/drivers/input/Kconfig +++ b/drivers/input/Kconfig @@ -187,6 +187,19 @@ config INPUT_APMPOWER To compile this driver as a module, choose M here: the module will be called apm-power. +config INPUT_KEYRESET + bool "Reset key" + depends on INPUT + select INPUT_KEYCOMBO + ---help--- + Say Y here if you want to reboot when some keys are pressed; + +config INPUT_KEYCOMBO + bool "Key combo" + depends on INPUT + ---help--- + Say Y here if you want to take action when some keys are pressed; + comment "Input Device Drivers" source "drivers/input/keyboard/Kconfig" @@ -199,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