diff options
| author | Simon Glass <[email protected]> | 2018-03-19 15:20:25 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-04-06 17:04:33 -0400 |
| commit | b79b9f198bad2c2ad58319a88bd5adca3a54b864 (patch) | |
| tree | 213b2fa103821bb5723550f3f8d68680b9e9edef /drivers/input/Makefile | |
| parent | 22fc7b6cd6e66911c58848d03eb0f1ddee024137 (diff) | |
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 <[email protected]>
Diffstat (limited to 'drivers/input/Makefile')
| -rw-r--r-- | drivers/input/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/input/Makefile b/drivers/input/Makefile index 9109ac6dbad..ee7bfc4d2c6 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 |
