[arm64,armhf,powerpcspe,x86] gpio: Explicitly enable GPIOLIB

Some drivers now depend on rather than selecting it, in particular
FB_VIA.  This fixes an FTBFS on i386 as that driver was no longer
built on 686-pae.

The architectures are chosen to cover everything that selects
ARCH_WANT_OPTIONAL_GPIOLIB and for which we have GPIOLIB enabled
in jessie.

svn path=/dists/trunk/linux/; revision=22564
This commit is contained in:
Ben Hutchings 2015-05-07 00:22:38 +00:00
parent bcb7fa76d1
commit bbd6f0e4b1
5 changed files with 14 additions and 0 deletions

2
debian/changelog vendored
View File

@ -232,6 +232,8 @@ linux (4.0.2-1~exp1) UNRELEASED; urgency=medium
- Re-enable BLK_DEV_INTEGRITY, SCSI_UFSHCD, TCM_IBLOCK, AUDIT, USER_NS,
PCI_QUIRKS, FTRACE, DEBUG_BUGVERBOSE, SECURITY
- Enable DYNAMIC_DEBUG, FRONTSWAP
* [arm64,armhf,powerpcspe,x86] gpio: Explicitly enable GPIOLIB, as some
drivers now depend on rather than selecting it (fixes FTBFS on i386)
[ Ian Campbell ]
* [armhf] Enable support for Freescale SNVS RTC. (Closes: #782364)

View File

@ -29,6 +29,11 @@ CONFIG_AHCI_XGENE=m
##
CONFIG_COMMON_CLK_XGENE=y
##
## file: drivers/gpio/Kconfig
##
CONFIG_GPIOLIB=y
##
## file: drivers/input/misc/Kconfig
##

View File

@ -197,6 +197,7 @@ CONFIG_EXTCON_PALMAS=m
##
## file: drivers/gpio/Kconfig
##
CONFIG_GPIOLIB=y
CONFIG_GPIO_SYSFS=y
CONFIG_GPIO_DA9052=m
CONFIG_GPIO_GENERIC_PLATFORM=m

View File

@ -442,6 +442,7 @@ CONFIG_EFI_RUNTIME_MAP=y
##
## file: drivers/gpio/Kconfig
##
CONFIG_GPIOLIB=y
# CONFIG_GPIO_F7188X is not set
# CONFIG_GPIO_SCH is not set
# CONFIG_GPIO_ICH is not set

View File

@ -25,3 +25,8 @@ CONFIG_PPC_85xx=y
CONFIG_PHYS_64BIT=y
CONFIG_SMP=y
##
## file: drivers/gpio/Kconfig
##
CONFIG_GPIOLIB=y