diff options
| author | Simon Glass <[email protected]> | 2023-02-22 09:33:44 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-03-02 17:45:57 -0500 |
| commit | f1692c97eaae61ee14f610fcf15540dcf171bfc0 (patch) | |
| tree | 8a2aea91aec50aaf3f51723bdf47672bed977950 /drivers/input/Makefile | |
| parent | 2aaba924b4412a5b220d870e2bb7c360ce931ad1 (diff) | |
sh4: Drop unused twl6030 driver
This is not used. Drop the driver and Kconfig option.
Signed-off-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 14c0ea73254..71f315adf6f 100644 --- a/drivers/input/Makefile +++ b/drivers/input/Makefile @@ -14,5 +14,4 @@ obj-$(CONFIG_APPLE_SPI_KEYB) += apple_spi_kbd.o obj-$(CONFIG_I8042_KEYB) += i8042.o obj-$(CONFIG_TEGRA_KEYBOARD) += input.o tegra-kbc.o obj-$(CONFIG_TWL4030_INPUT) += twl4030.o -obj-$(CONFIG_TWL6030_INPUT) += twl6030.o endif |
