diff options
| author | Tom Rini <[email protected]> | 2022-02-10 17:38:04 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-02-10 17:38:04 -0500 |
| commit | fe203a05fb663fa9bc42a9ef9ae51a6ed01a4a90 (patch) | |
| tree | 635b4c3019d51684bdb98a52e20aaeb893c5c40a /drivers/input/Makefile | |
| parent | c4408291bfff9622f2d3817a13c997debd0e8200 (diff) | |
| parent | ad41ed120893522e23cc24550bb2d1dfb745a075 (diff) | |
Merge branch '2022-02-10-platform-updates'
- Assorted Apple M1 platform updates
- Drop CONFIG_SYS_RESET_ADDR, update k3-am64-sk memory values in dts
Diffstat (limited to 'drivers/input/Makefile')
| -rw-r--r-- | drivers/input/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/Makefile b/drivers/input/Makefile index e440c921e4e..b1133f772f2 100644 --- a/drivers/input/Makefile +++ b/drivers/input/Makefile @@ -10,6 +10,7 @@ obj-$(CONFIG_$(SPL_TPL_)DM_KEYBOARD) += input.o keyboard-uclass.o ifndef CONFIG_SPL_BUILD +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 |
