From 2de3b3161a40af4457bc858ee32de1140677d36c Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 9 Mar 2016 15:41:38 +0000 Subject: [PATCH] [armel/versatile] Enable GPIOLIB, new dependency of SMC91X (fixes FTBFS) --- debian/changelog | 3 +++ debian/config/armel/config.versatile | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index fad1bc9ca..baeda47ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 10 Mar 2016 19:03:00 -0800 linux (4.5~rc7-1~exp1) experimental; urgency=medium diff --git a/debian/config/armel/config.versatile b/debian/config/armel/config.versatile index 98ce24a5a..301f2a1b4 100644 --- a/debian/config/armel/config.versatile +++ b/debian/config/armel/config.versatile @@ -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 ##