gpio: Enable GPIO_SYSFS wherever GPIOLIB is enabled (Closes: #810085)

This commit is contained in:
Ben Hutchings 2016-01-08 19:36:09 +00:00
parent d2547e3561
commit d56fab4480
5 changed files with 2 additions and 12 deletions

1
debian/changelog vendored
View File

@ -7,6 +7,7 @@ linux (4.3.3-6) UNRELEASED; urgency=medium
- Override user and group names in tarball
* xen/gntdev: Grant maps should not be subject to NUMA balancing
(Closes: #810472)
* gpio: Enable GPIO_SYSFS wherever GPIOLIB is enabled (Closes: #810085)
-- Ben Hutchings <ben@decadent.org.uk> Fri, 08 Jan 2016 12:08:13 +0000

View File

@ -158,11 +158,6 @@ CONFIG_CRYPTO_DEV_MV_CESA=m
CONFIG_DMADEVICES=y
CONFIG_MV_XOR=y
##
## file: drivers/gpio/Kconfig
##
CONFIG_GPIO_SYSFS=y
##
## file: drivers/gpu/drm/Kconfig
##

View File

@ -165,11 +165,6 @@ CONFIG_CRYPTO_DEV_MV_CESA=m
CONFIG_DMADEVICES=y
CONFIG_MV_XOR=y
##
## file: drivers/gpio/Kconfig
##
CONFIG_GPIO_SYSFS=y
##
## file: drivers/gpu/drm/Kconfig
##

View File

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

View File

@ -481,7 +481,7 @@ CONFIG_EFI_VARS_PSTORE=m
##
# CONFIG_GPIOLIB is not set
# CONFIG_DEBUG_GPIO is not set
# CONFIG_GPIO_SYSFS is not set
CONFIG_GPIO_SYSFS=y
# CONFIG_GPIO_DWAPB is not set
# CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_IT8761E is not set