kernel-ark/arch/arm/mach-bcm
Linus Walleij 5c34a4e89c ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB
This replaces:

- "select ARCH_REQUIRE_GPIOLIB" with "select GPIOLIB" as this can
  now be selected directly.

- "select ARCH_WANT_OPTIONAL_GPIOLIB" with no dependency: GPIOLIB
  is now selectable by everyone, so we need not declare our
  intent to select it.

When ordering the symbols the following rationale was used:
if the selects were in alphabetical order, I moved select GPIOLIB
to be in alphabetical order, but if the selects were not
maintained in alphabetical order, I just replaced
"select ARCH_REQUIRE_GPIOLIB" with "select GPIOLIB".

Cc: Michael Büsch <m@bues.ch>
Cc: arm@kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
2016-06-03 12:18:13 -07:00
..
bcm63xx_pmb.c ARM: BCM63xx: Remove unused pmb_dn variable 2016-02-02 10:47:08 -08:00
bcm63xx_smp.c ARM: use const and __initconst for smp_operations 2015-12-01 22:17:45 +01:00
bcm63xx_smp.h ARM: BCM63xx: Remove custom secondary_startup function 2015-07-11 18:33:51 -07:00
bcm63xx.c ARM: BCM63XX: add basic support for the Broadcom BCM63138 DSL SoC 2014-09-17 10:56:06 -07:00
bcm_5301x.c ARM: BCM5301X: remove workaround imprecise abort fault handler 2015-11-24 16:00:26 -08:00
bcm_cygnus.c ARM: cygnus: fix const declaration bcm_cygnus_dt_compat 2015-03-24 15:13:23 -07:00
bcm_kona_smc.c ARM: appropriate __init annotation for const data 2015-07-28 13:55:27 +02:00
bcm_kona_smc.h ARM: bcm: use inline assembly for "smc" request 2014-04-25 08:51:36 -04:00
bcm_nsp.c ARM: NSP: Add basic support for Broadcom Northstar Plus SoC 2015-09-14 15:44:18 -07:00
board_bcm281xx.c platform: Remove most references to platform_bus device 2014-07-23 19:09:03 -07:00
board_bcm2835.c ARM: bcm2835: Add a compat string for bcm2836 machine probe 2015-12-22 11:17:04 -08:00
board_bcm21664.c platform: Remove most references to platform_bus device 2014-07-23 19:09:03 -07:00
brcmstb.c ARM: brcmstb: Setup BIU control registers during boot 2015-10-09 13:42:18 -07:00
Kconfig ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB 2016-06-03 12:18:13 -07:00
kona_l2_cache.c ARM: bcm: rename "kona.h" and "kona.c" 2014-04-25 08:51:38 -04:00
kona_l2_cache.h ARM: bcm: rename "kona.h" and "kona.c" 2014-04-25 08:51:38 -04:00
Makefile ARM: BCM: Add SMP support for Broadcom 4708 2015-12-07 12:30:51 -08:00
platsmp-brcmstb.c ARM: use const and __initconst for smp_operations 2015-12-01 22:17:45 +01:00
platsmp.c ARM: bcm: use const and __initconst for smp_operations 2016-02-01 13:11:13 -08:00