1
0
Fork 0
alistair23-linux/arch/arm/mach-s5pv210
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
..
Kconfig ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB 2016-06-03 12:18:13 -07:00
Makefile kbuild: remove unnecessary variable initializaions 2014-10-02 13:55:02 +02:00
common.h ARM: S5PV210: Untie PM support from legacy code 2014-07-19 04:32:11 +09:00
pm.c ARM: S5PV210: move <mach/regs-clock.h> into mach-s5pv210/ 2014-08-18 09:04:06 -05:00
regs-clock.h ARM: S5PV210: move <mach/regs-clock.h> into mach-s5pv210/ 2014-08-18 09:04:06 -05:00
s5pv210.c ARM: make arrays containing machine compatible strings const 2015-02-19 09:44:17 +01:00
sleep.S ARM: 8326/1: s5pv210: move resume code to .text section 2015-03-29 23:11:58 +01:00