Re: [PATCH] ARM: BCM5301X: select GPIOLIB as optional
Alexander Shiyan
shc_work at mail.ru
Sat Sep 20 10:00:46 PDT 2014
Sat, 20 Sep 2014 18:41:22 +0200 от Rafał Miłecki <zajec5 at gmail.com>:
> All routers (or 99% of them) based on BCM5301X use GPIOs to control LEDs
> and buttons.
>
> Signed-off-by: Rafał Miłecki <zajec5 at gmail.com>
> ---
> arch/arm/mach-bcm/Kconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
> index fc93800..d967c98 100644
> --- a/arch/arm/mach-bcm/Kconfig
> +++ b/arch/arm/mach-bcm/Kconfig
> @@ -80,8 +80,10 @@ config ARCH_BCM2835
>
> config ARCH_BCM_5301X
> bool "Broadcom BCM470X / BCM5301X ARM SoC" if ARCH_MULTI_V7
> + select ARCH_WANT_OPTIONAL_GPIOLIB
> select ARM_GIC
> select CACHE_L2X0
> + select GPIOLIB
...
GPIOLIB is selected automatically by ARCH_WANT_OPTIONAL_GPIOLIB.
---
More information about the linux-arm-kernel
mailing list