[kernel] r22564 - in dists/trunk/linux/debian: . config/arm64 config/armhf config/kernelarch-x86 config/powerpcspe

Ben Hutchings benh at moszumanska.debian.org
Thu May 7 00:22:38 UTC 2015


Author: benh
Date: Thu May  7 00:22:38 2015
New Revision: 22564

Log:
[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.

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/arm64/config
   dists/trunk/linux/debian/config/armhf/config.armmp
   dists/trunk/linux/debian/config/kernelarch-x86/config
   dists/trunk/linux/debian/config/powerpcspe/config

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Wed May  6 23:58:51 2015	(r22563)
+++ dists/trunk/linux/debian/changelog	Thu May  7 00:22:38 2015	(r22564)
@@ -232,6 +232,8 @@
     - 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)

Modified: dists/trunk/linux/debian/config/arm64/config
==============================================================================
--- dists/trunk/linux/debian/config/arm64/config	Wed May  6 23:58:51 2015	(r22563)
+++ dists/trunk/linux/debian/config/arm64/config	Thu May  7 00:22:38 2015	(r22564)
@@ -30,6 +30,11 @@
 CONFIG_COMMON_CLK_XGENE=y
 
 ##
+## file: drivers/gpio/Kconfig
+##
+CONFIG_GPIOLIB=y
+
+##
 ## file: drivers/input/misc/Kconfig
 ##
 CONFIG_INPUT_MISC=y

Modified: dists/trunk/linux/debian/config/armhf/config.armmp
==============================================================================
--- dists/trunk/linux/debian/config/armhf/config.armmp	Wed May  6 23:58:51 2015	(r22563)
+++ dists/trunk/linux/debian/config/armhf/config.armmp	Thu May  7 00:22:38 2015	(r22564)
@@ -197,6 +197,7 @@
 ##
 ## file: drivers/gpio/Kconfig
 ##
+CONFIG_GPIOLIB=y
 CONFIG_GPIO_SYSFS=y
 CONFIG_GPIO_DA9052=m
 CONFIG_GPIO_GENERIC_PLATFORM=m

Modified: dists/trunk/linux/debian/config/kernelarch-x86/config
==============================================================================
--- dists/trunk/linux/debian/config/kernelarch-x86/config	Wed May  6 23:58:51 2015	(r22563)
+++ dists/trunk/linux/debian/config/kernelarch-x86/config	Thu May  7 00:22:38 2015	(r22564)
@@ -442,6 +442,7 @@
 ##
 ## 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

Modified: dists/trunk/linux/debian/config/powerpcspe/config
==============================================================================
--- dists/trunk/linux/debian/config/powerpcspe/config	Wed May  6 23:58:51 2015	(r22563)
+++ dists/trunk/linux/debian/config/powerpcspe/config	Thu May  7 00:22:38 2015	(r22564)
@@ -25,3 +25,8 @@
 CONFIG_PHYS_64BIT=y
 CONFIG_SMP=y
 
+##
+## file: drivers/gpio/Kconfig
+##
+CONFIG_GPIOLIB=y
+



More information about the Kernel-svn-changes mailing list