summaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-13 12:20:47 -0700
committerSimon Glass <sjg@chromium.org>2015-02-19 06:19:18 -0700
commit6fb9ac15ebac4bcc4864be7958bf9b2b2b7420de (patch)
tree3fc5de24efde89c68df37bfe8f119958b4789211 /drivers/input
parent1320112c8aa58345d71a5a46f3bf6a52589f1f2b (diff)
downloadblackbird-obmc-uboot-6fb9ac15ebac4bcc4864be7958bf9b2b2b7420de.tar.gz
blackbird-obmc-uboot-6fb9ac15ebac4bcc4864be7958bf9b2b2b7420de.zip
dm: cros_ec: Convert to Kconfig
Since both I2C and SPI are converted to Kconfig, we can convert cros_ec to Kconfig for these buses. LPC will need to wait until driver mode PCI is available. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig
index e69de29bb2..bb00de7c57 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.
OpenPOWER on IntegriCloud