aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-10-14 07:50:20 -0400
committerTom Rini <trini@konsulko.com>2022-10-21 13:47:56 -0400
commitf60e6f67676470d1502549fef056bce73d0c0b00 (patch)
treeb5c1fcb7dc51d0631fb25467c5c103b375d8c4af /drivers/input
parent9af4a0c8a6ffb34e968bdcb8bcaf8d97610e53b3 (diff)
downloadu-boot-f60e6f67676470d1502549fef056bce73d0c0b00.zip
u-boot-f60e6f67676470d1502549fef056bce73d0c0b00.tar.gz
u-boot-f60e6f67676470d1502549fef056bce73d0c0b00.tar.bz2
input: Remove legacy KEYBOARD option
There are no platforms that have not migrated to using DM_KEYBOARD, remove the legacy option. Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/Kconfig9
-rw-r--r--drivers/input/Makefile1
2 files changed, 0 insertions, 10 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig
index 2718b36..1c534be 100644
--- a/drivers/input/Kconfig
+++ b/drivers/input/Kconfig
@@ -38,15 +38,6 @@ 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 APPLE_SPI_KEYB
bool "Enable Apple SPI keyboard support"
depends on DM_KEYBOARD && DM_SPI
diff --git a/drivers/input/Makefile b/drivers/input/Makefile
index b1133f7..ded76bd 100644
--- a/drivers/input/Makefile
+++ b/drivers/input/Makefile
@@ -3,7 +3,6 @@
# (C) Copyright 2000-2007
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-obj-$(CONFIG_KEYBOARD) += input.o
obj-$(CONFIG_$(SPL_TPL_)CROS_EC_KEYB) += cros_ec_keyb.o
obj-$(CONFIG_$(SPL_TPL_)OF_CONTROL) += key_matrix.o
obj-$(CONFIG_$(SPL_TPL_)DM_KEYBOARD) += input.o keyboard-uclass.o