[GIT PULL] prima2 GPIO support in pinmux
Arnd Bergmann
arnd at arndb.de
Wed Jul 4 10:29:46 EDT 2012
On Monday 02 July 2012, Barry Song wrote:
> Hi Olof, Arnd,
>
> Please pull the following GPIO support in pinmux for 3.6.
I noticed that the driver now requires gpiolib, so we need one
of these two patches. I think the first one is safer, but the
second one allows you to build without GPIOLIB if you want to
disable PINCTRL_SIRF.
Arnd
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 8bcda59..adef0da 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -389,7 +389,7 @@ config ARCH_PRIMA2
bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
select CPU_V7
select NO_IOPORT
- select ARCH_WANT_OPTIONAL_GPIOLIB
+ select ARCH_REQUIRE_GPIOLIB
select GENERIC_CLOCKEVENTS
select CLKDEV_LOOKUP
select GENERIC_IRQ_CHIP
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 4c05fe8..5b51199 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -104,7 +104,7 @@ config PINCTRL_PXA910
config PINCTRL_SIRF
bool "CSR SiRFprimaII pin controller driver"
- depends on ARCH_PRIMA2
+ depends on ARCH_PRIMA2 && GPIOLIB
select PINMUX
config PINCTRL_TEGRA
More information about the linux-arm-kernel
mailing list