[arm64] udeb: kernel-image: Include cros_ec_spi and SPI drivers

The cros_ec multifunction device provides the keyboard services on some
ChromeOS devices, but requires a bus to be enabled to communicate with
it. On Samsung Chromebook Plus (v1), including spi-rockchip and
cros_ec_spi are enough. A recent change in initramfs-tools included all
SPI drivers, so include them here as well.

Relevant:
  https://salsa.debian.org/kernel-team/initramfs-tools/commit/797e5fed

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
This commit is contained in:
Alper Nebi Yasak 2019-05-11 16:35:12 +03:00
parent 0114d125ba
commit b68c83d156
2 changed files with 7 additions and 0 deletions

1
debian/changelog vendored
View File

@ -28,6 +28,7 @@ linux (4.19.37-4) UNRELEASED; urgency=medium
[ Alper Nebi Yasak ]
* udeb: input-modules: Include all keyboard driver modules
* [arm64] udeb: kernel-image: Include cros_ec_spi and SPI drivers
-- Ben Hutchings <ben@decadent.org.uk> Sun, 19 May 2019 00:04:16 +0100

View File

@ -14,3 +14,9 @@ drivers/soc/**
# Watchdog needed for reboot
sunxi_wdt ?
# SPI devices
drivers/spi/**
# For cros_ec mfd device
cros_ec_spi ?