[armel/versatile] Enable GPIOLIB, new dependency of SMC91X (fixes FTBFS)

This commit is contained in:
Ben Hutchings 2016-03-09 15:41:38 +00:00
parent cef8b75734
commit 2de3b3161a
2 changed files with 9 additions and 0 deletions

3
debian/changelog vendored
View File

@ -9,6 +9,9 @@ linux (4.5~rc7-1~exp2) UNRELEASED; urgency=medium
[ Uwe Kleine-König ]
* [armhf] Enable DRM_ETNAVIV.
[ Ben Hutchings ]
* [armel/versatile] Enable GPIOLIB, new dependency of SMC91X (fixes FTBFS)
-- Martin Michlmayr <tbm@cyrius.com> Thu, 10 Mar 2016 19:03:00 -0800
linux (4.5~rc7-1~exp1) experimental; urgency=medium

View File

@ -115,6 +115,12 @@ CONFIG_ATM_DRIVERS=y
# CONFIG_NVRAM is not set
# CONFIG_APPLICOM is not set
##
## file: drivers/gpio/Kconfig
##
#. Needed for SMC91X
CONFIG_GPIOLIB=y
##
## file: drivers/i2c/Kconfig
##