summaryrefslogtreecommitdiff
path: root/drivers/input/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2015-02-21 08:22:23 -0500
committerTom Rini <trini@ti.com>2015-02-21 08:22:23 -0500
commitb4087b354a888928f87386dc46091e672e14be97 (patch)
tree09b7045b65a1eef2dd8ff8df30bafb030910f528 /drivers/input/Kconfig
parented16f14689b98c1ec98c9f30b92b8edea9d2d60c (diff)
parent66c03151fc8752c29b7d17003b9c87218640b10b (diff)
downloadu-boot-imx-b4087b354a888928f87386dc46091e672e14be97.zip
u-boot-imx-b4087b354a888928f87386dc46091e672e14be97.tar.gz
u-boot-imx-b4087b354a888928f87386dc46091e672e14be97.tar.bz2
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'drivers/input/Kconfig')
-rw-r--r--drivers/input/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig
index e69de29..bb00de7 100644
--- a/drivers/input/Kconfig
+++ b/drivers/input/Kconfig
@@ -0,0 +1,6 @@
+config CROS_EC_KEYB
+ bool "Enable Chrome OS EC keyboard support"
+ help
+ Most ARM Chromebooks use an EC to provide access to the keyboard.
+ Messages are used to request key scans from the EC and these are
+ then decoded into keys by this driver.