forked from Minki/linux
[ARM] fix IOP32x, IOP33x, MXC and Samsung builds
7444a72eff
caused these platforms to lose
their GPIOLIB configuration. Convert the missed Kconfig symbols using:
sed -i s/HAVE_GPIO_LIB/ARCH_REQUIRE_GPIOLIB/ arch/arm/Kconfig arch/arm/plat-s3c24xx/Kconfig
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
dd438e77f0
commit
bb2b180ca0
@ -314,7 +314,7 @@ config ARCH_IOP32X
|
|||||||
select PLAT_IOP
|
select PLAT_IOP
|
||||||
select PCI
|
select PCI
|
||||||
select GENERIC_GPIO
|
select GENERIC_GPIO
|
||||||
select HAVE_GPIO_LIB
|
select ARCH_REQUIRE_GPIOLIB
|
||||||
help
|
help
|
||||||
Support for Intel's 80219 and IOP32X (XScale) family of
|
Support for Intel's 80219 and IOP32X (XScale) family of
|
||||||
processors.
|
processors.
|
||||||
@ -325,7 +325,7 @@ config ARCH_IOP33X
|
|||||||
select PLAT_IOP
|
select PLAT_IOP
|
||||||
select PCI
|
select PCI
|
||||||
select GENERIC_GPIO
|
select GENERIC_GPIO
|
||||||
select HAVE_GPIO_LIB
|
select ARCH_REQUIRE_GPIOLIB
|
||||||
help
|
help
|
||||||
Support for Intel's IOP33X (XScale) family of processors.
|
Support for Intel's IOP33X (XScale) family of processors.
|
||||||
|
|
||||||
@ -418,7 +418,7 @@ config ARCH_MXC
|
|||||||
select GENERIC_CLOCKEVENTS
|
select GENERIC_CLOCKEVENTS
|
||||||
select ARCH_MTD_XIP
|
select ARCH_MTD_XIP
|
||||||
select GENERIC_GPIO
|
select GENERIC_GPIO
|
||||||
select HAVE_GPIO_LIB
|
select ARCH_REQUIRE_GPIOLIB
|
||||||
help
|
help
|
||||||
Support for Freescale MXC/iMX-based family of processors
|
Support for Freescale MXC/iMX-based family of processors
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ config PLAT_S3C24XX
|
|||||||
depends on ARCH_S3C2410
|
depends on ARCH_S3C2410
|
||||||
default y if ARCH_S3C2410
|
default y if ARCH_S3C2410
|
||||||
select NO_IOPORT
|
select NO_IOPORT
|
||||||
select HAVE_GPIO_LIB
|
select ARCH_REQUIRE_GPIOLIB
|
||||||
help
|
help
|
||||||
Base platform code for any Samsung S3C24XX device
|
Base platform code for any Samsung S3C24XX device
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user