summaryrefslogtreecommitdiff
path: root/drivers/input/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-03-20 00:20:25 +0300
committerTom Rini <trini@konsulko.com>2018-04-07 00:04:33 +0300
commitb79b9f198bad2c2ad58319a88bd5adca3a54b864 (patch)
tree213b2fa103821bb5723550f3f8d68680b9e9edef /drivers/input/Makefile
parent22fc7b6cd6e66911c58848d03eb0f1ddee024137 (diff)
downloadu-boot-b79b9f198bad2c2ad58319a88bd5adca3a54b864.tar.xz
input: Drop PS/2 keyboard support
This is not used by any current board and has not been converted to driver model. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/input/Makefile')
-rw-r--r--drivers/input/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/input/Makefile b/drivers/input/Makefile
index 9109ac6dba..ee7bfc4d2c 100644
--- a/drivers/input/Makefile
+++ b/drivers/input/Makefile
@@ -12,9 +12,5 @@ obj-$(CONFIG_TEGRA_KEYBOARD) += tegra-kbc.o
obj-$(CONFIG_TWL4030_INPUT) += twl4030.o
obj-$(CONFIG_TWL6030_INPUT) += twl6030.o
obj-$(CONFIG_CROS_EC_KEYB) += cros_ec_keyb.o
-ifdef CONFIG_PS2KBD
-obj-y += keyboard.o pc_keyb.o
-obj-$(CONFIG_PS2MULT) += ps2mult.o ps2ser.o
-endif
obj-y += input.o
obj-$(CONFIG_$(SPL_)OF_CONTROL) += key_matrix.o