Message ID | 1378836423-12467-3-git-send-email-markus.mayer@linaro.org |
---|---|
State | Accepted |
Commit | 29c700d7585bbf732121816baf852d467c8b80b5 |
Headers | show |
On 13-09-10 11:07 AM, Markus Mayer wrote: > Turn on the bcm281xx GPIO driver in the kernel configuration. > > Signed-off-by: Markus Mayer <markus.mayer@linaro.org> > Reviewed-by: Christian Daudt <csd@broadcom.com> > --- > arch/arm/mach-bcm/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig > index 69d67f7..7f6fca8 100644 > --- a/arch/arm/mach-bcm/Kconfig > +++ b/arch/arm/mach-bcm/Kconfig > @@ -9,7 +9,7 @@ config ARCH_BCM > select CLKSRC_OF > select GENERIC_CLOCKEVENTS > select GENERIC_TIME > - select GPIO_BCM > + select GPIO_BCM_KONA > select SPARSE_IRQ > select TICK_ONESHOT > select CACHE_L2X0 Applied to armsoc/for-3.13/soc thanks, csd
On Tue, Sep 10, 2013 at 8:07 PM, Markus Mayer <markus.mayer@linaro.org> wrote: > Turn on the bcm281xx GPIO driver in the kernel configuration. > > Signed-off-by: Markus Mayer <markus.mayer@linaro.org> > Reviewed-by: Christian Daudt <csd@broadcom.com> > --- > arch/arm/mach-bcm/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig > index 69d67f7..7f6fca8 100644 > --- a/arch/arm/mach-bcm/Kconfig > +++ b/arch/arm/mach-bcm/Kconfig > @@ -9,7 +9,7 @@ config ARCH_BCM > select CLKSRC_OF > select GENERIC_CLOCKEVENTS > select GENERIC_TIME > - select GPIO_BCM > + select GPIO_BCM_KONA I don't know if you have to select OF_GPIO here to get it working now that I added that dependency? Or maybe I should let the Kconfig for the driver select OF_GPIO? Yours, Linus Walleij
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index 69d67f7..7f6fca8 100644 --- a/arch/arm/mach-bcm/Kconfig +++ b/arch/arm/mach-bcm/Kconfig @@ -9,7 +9,7 @@ config ARCH_BCM select CLKSRC_OF select GENERIC_CLOCKEVENTS select GENERIC_TIME - select GPIO_BCM + select GPIO_BCM_KONA select SPARSE_IRQ select TICK_ONESHOT select CACHE_L2X0