[armhf] gpio: Enable GPIO_PCF857X as module, needed by TI DRA7xx EVMs

The armmp kernel is supposed to support DRA7xx systems, but currently
fails to boot on the EVM as it's missing the driver for the GPIO
expanders.
This commit is contained in:
Ben Hutchings 2016-03-16 16:47:20 +00:00 committed by Ben Hutchings
parent 35ecf69e71
commit d0eb57c9f3
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -80,6 +80,7 @@ linux (4.4.5-1) UNRELEASED; urgency=medium
- mm/pat: Fix boot crash when 1GB pages are not supported by cpu
* Revert "drm/radeon/pm: adjust display configuration after powerstate",
which caused a regression on some older hardware
* [armhf] gpio: Enable GPIO_PCF857X as module, needed by TI DRA7xx EVMs
[ Ian Campbell ]
* [arm64] Enable ARCH_HISI (Hisilicon) and the set of currently available

View File

@ -235,6 +235,7 @@ CONFIG_RASPBERRYPI_FIRMWARE=y
CONFIG_GPIOLIB=y
CONFIG_GPIO_GENERIC_PLATFORM=m
CONFIG_GPIO_PCA953X=m
CONFIG_GPIO_PCF857X=m
CONFIG_GPIO_DA9052=m
CONFIG_GPIO_PALMAS=y
CONFIG_GPIO_TWL4030=y