diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-07-06 18:00:32 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-07-06 18:00:32 +0200 |
commit | 7c2d780ec018812333fa726c42acc34cc0be1426 (patch) | |
tree | 39332a150f6457fb6137930e157eff907d021e99 /arch/arm/mach-s3c24xx/Kconfig | |
parent | ARM: clps711x: Switch to MULTIPLATFORM (diff) | |
parent | ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB (diff) | |
download | linux-7c2d780ec018812333fa726c42acc34cc0be1426.tar.xz linux-7c2d780ec018812333fa726c42acc34cc0be1426.zip |
Merge ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB changes into next/soc
* commit '5c34a4e89c743339f78cafb2f2a826a010f0746a':
ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB
ARM: uniphier: drop code for old DT binding
These cause a harmless conflict with the clps711x multiplatform
support, and it's easy to resolve.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-s3c24xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c24xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index b91aee406c74..4b1690acb6a5 100644 --- a/arch/arm/mach-s3c24xx/Kconfig +++ b/arch/arm/mach-s3c24xx/Kconfig @@ -11,7 +11,7 @@ if ARCH_S3C24XX config PLAT_S3C24XX def_bool y - select ARCH_REQUIRE_GPIOLIB + select GPIOLIB select NO_IOPORT_MAP select S3C_DEV_NAND select IRQ_DOMAIN |