summaryrefslogtreecommitdiff
path: root/drivers/input/Kconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-10-21 15:32:45 -0400
committerTom Rini <[email protected]>2022-10-21 15:32:45 -0400
commit7723828c97bc107d2fba976fc50403ac8747f1bc (patch)
treefa2d4a4a459b20ebb3ec3f10b5ed1147ef3db747 /drivers/input/Kconfig
parentf35e37cffd6e57c614ec9de0923ee5d1cff1077f (diff)
parentd662e9adae9ad42e4b0846233a2243853a83db48 (diff)
Merge branch '2022-10-21-enforce-some-DM-migrations'
- Enforce CONFIG_DM being enabled (which has been the case for all boards for a bit now) and remove non-DM_KEYBOARD options as they're also unused for some time now.
Diffstat (limited to 'drivers/input/Kconfig')
-rw-r--r--drivers/input/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig
index 2718b3674a5..1c534be0058 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