linux-hardened/arch/arm/mach-at91
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
..
at91rm9200.c ARM: at91: pm: move idle functions to pm.c 2016-02-17 17:53:02 +01:00
at91sam9.c ARM: at91: pm: move idle functions to pm.c 2016-02-17 17:53:02 +01:00
generic.h ARM: at91: remove useless includes and function prototypes 2016-02-17 17:53:02 +01:00
Kconfig ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB 2016-06-03 12:18:13 -07:00
Makefile ARM: at91: remove mach/at91_ramc.h and mach/at91rm9200_mc.h 2015-05-20 16:37:49 +02:00
pm.c ARM: at91: pm: move idle functions to pm.c 2016-02-17 17:53:02 +01:00
pm.h ARM: at91: remove mach/at91_ramc.h and mach/at91rm9200_mc.h 2015-05-20 16:37:49 +02:00
pm_suspend.S ARM: at91: pm: at91_pm_suspend_in_sram() must be 8-byte aligned 2015-10-19 22:58:44 +02:00
sama5.c ARM: at91/soc: reference the whole sama5d2 family 2016-03-29 16:34:31 +02:00
soc.c ARM: at91: use chipid device for soc detection 2016-03-29 16:34:21 +02:00
soc.h ARM: at91/soc: reference the whole sama5d2 family 2016-03-29 16:34:31 +02:00