diff options
| author | Tom Rini <[email protected]> | 2022-10-14 07:50:20 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-10-21 13:47:56 -0400 |
| commit | f60e6f67676470d1502549fef056bce73d0c0b00 (patch) | |
| tree | b5c1fcb7dc51d0631fb25467c5c103b375d8c4af /drivers/input/Makefile | |
| parent | 9af4a0c8a6ffb34e968bdcb8bcaf8d97610e53b3 (diff) | |
input: Remove legacy KEYBOARD option
There are no platforms that have not migrated to using DM_KEYBOARD,
remove the legacy option.
Cc: Simon Glass <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/input/Makefile')
| -rw-r--r-- | drivers/input/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/Makefile b/drivers/input/Makefile index b1133f772f2..ded76bddb22 100644 --- a/drivers/input/Makefile +++ b/drivers/input/Makefile @@ -3,7 +3,6 @@ # (C) Copyright 2000-2007 # Wolfgang Denk, DENX Software Engineering, [email protected]. -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 |
