summaryrefslogtreecommitdiff
path: root/drivers/input/Kconfig
diff options
context:
space:
mode:
authorDaniel Rosenberg <drosen@google.com>2014-05-07 14:17:47 -0700
committerDaniel Rosenberg <drosen@google.com>2014-05-13 13:31:50 -0700
commit06cba5a45233fae085a74a389a52036bda892b9a (patch)
treef795c284b3ffd3e868efa4834875b6c5953a9e2b /drivers/input/Kconfig
parent491e319ddc9388350826ef2333f5cbe27ace7f1c (diff)
input: Changed keyreset to act as a wrapper for keycombo.
keyreset now registers a keycombo driver that acts as the old keyreset driver acted. Change-Id: I08f5279e3a33b267571b699697f9f54508868983 Signed-off-by: Daniel Rosenberg <drosen@google.com>
Diffstat (limited to 'drivers/input/Kconfig')
-rw-r--r--drivers/input/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig
index 9be8d5c3ca70..c8c3d1568888 100644
--- a/drivers/input/Kconfig
+++ b/drivers/input/Kconfig
@@ -177,6 +177,7 @@ 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;