diff options
Diffstat (limited to 'drivers/input/Kconfig')
-rw-r--r-- | drivers/input/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index 63512d906f02..9dea14db724c 100644 --- a/drivers/input/Kconfig +++ b/drivers/input/Kconfig | |||
@@ -137,6 +137,18 @@ config INPUT_EVBUG | |||
137 | To compile this driver as a module, choose M here: the | 137 | To compile this driver as a module, choose M here: the |
138 | module will be called evbug. | 138 | module will be called evbug. |
139 | 139 | ||
140 | config INPUT_APMPOWER | ||
141 | tristate "Input Power Event -> APM Bridge" if EMBEDDED | ||
142 | depends on INPUT && APM_EMULATION | ||
143 | ---help--- | ||
144 | Say Y here if you want suspend key events to trigger a user | ||
145 | requested suspend through APM. This is useful on embedded | ||
146 | systems where such behviour is desired without userspace | ||
147 | interaction. If unsure, say N. | ||
148 | |||
149 | To compile this driver as a module, choose M here: the | ||
150 | module will be called apm-power. | ||
151 | |||
140 | comment "Input Device Drivers" | 152 | comment "Input Device Drivers" |
141 | 153 | ||
142 | source "drivers/input/keyboard/Kconfig" | 154 | source "drivers/input/keyboard/Kconfig" |