diff options
author | Daniel Rosenberg <drosen@google.com> | 2014-05-07 14:17:47 -0700 |
---|---|---|
committer | Daniel Rosenberg <drosen@google.com> | 2014-05-13 13:31:50 -0700 |
commit | 06cba5a45233fae085a74a389a52036bda892b9a (patch) | |
tree | f795c284b3ffd3e868efa4834875b6c5953a9e2b /drivers/input/Kconfig | |
parent | 491e319ddc9388350826ef2333f5cbe27ace7f1c (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/Kconfig | 1 |
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; |