aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-11-24 09:26:44 -0700
committerSimon Glass <sjg@chromium.org>2021-12-05 09:26:26 -0700
commit93e1edffb02b7325673c5a4d73c41a951e1eb9b8 (patch)
treea3925d82bdfa0a637ca8516a02df06d6330932c5 /drivers/input
parent5ae2578a551cee9322bad0146fef4a66a9c19c02 (diff)
downloadu-boot-93e1edffb02b7325673c5a4d73c41a951e1eb9b8.zip
u-boot-93e1edffb02b7325673c5a4d73c41a951e1eb9b8.tar.gz
u-boot-93e1edffb02b7325673c5a4d73c41a951e1eb9b8.tar.bz2
Convert CONFIG_KEYBOARD to Kconfig
This converts the following to Kconfig: CONFIG_KEYBOARD Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig
index a17e55e..0b753f3 100644
--- a/drivers/input/Kconfig
+++ b/drivers/input/Kconfig
@@ -38,6 +38,15 @@ config TPL_DM_KEYBOARD
includes methods to start/stop the device, check for available
input and update LEDs if the keyboard has them.
+config KEYBOARD
+ bool "Enable legacy keyboard support (deprecated)"
+ help
+ Enable this to enable a custom keyboard support.
+ This simply calls drv_keyboard_init() which must be
+ defined in your board-specific files. This option is deprecated
+ and is only used by novena. For new boards, use driver model
+ instead.
+
config CROS_EC_KEYB
bool "Enable Chrome OS EC keyboard support"
depends on INPUT