diff options
| -rw-r--r-- | arch/arm/Kconfig | 6 | ||||
| -rw-r--r-- | arch/arm/plat-s3c24xx/Kconfig | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index dabb015aa40b..c8f528284a94 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
| @@ -314,7 +314,7 @@ config ARCH_IOP32X | |||
| 314 | select PLAT_IOP | 314 | select PLAT_IOP |
| 315 | select PCI | 315 | select PCI |
| 316 | select GENERIC_GPIO | 316 | select GENERIC_GPIO |
| 317 | select HAVE_GPIO_LIB | 317 | select ARCH_REQUIRE_GPIOLIB |
| 318 | help | 318 | help |
| 319 | Support for Intel's 80219 and IOP32X (XScale) family of | 319 | Support for Intel's 80219 and IOP32X (XScale) family of |
| 320 | processors. | 320 | processors. |
| @@ -325,7 +325,7 @@ config ARCH_IOP33X | |||
| 325 | select PLAT_IOP | 325 | select PLAT_IOP |
| 326 | select PCI | 326 | select PCI |
| 327 | select GENERIC_GPIO | 327 | select GENERIC_GPIO |
| 328 | select HAVE_GPIO_LIB | 328 | select ARCH_REQUIRE_GPIOLIB |
| 329 | help | 329 | help |
| 330 | Support for Intel's IOP33X (XScale) family of processors. | 330 | Support for Intel's IOP33X (XScale) family of processors. |
| 331 | 331 | ||
| @@ -418,7 +418,7 @@ config ARCH_MXC | |||
| 418 | select GENERIC_CLOCKEVENTS | 418 | select GENERIC_CLOCKEVENTS |
| 419 | select ARCH_MTD_XIP | 419 | select ARCH_MTD_XIP |
| 420 | select GENERIC_GPIO | 420 | select GENERIC_GPIO |
| 421 | select HAVE_GPIO_LIB | 421 | select ARCH_REQUIRE_GPIOLIB |
| 422 | help | 422 | help |
| 423 | Support for Freescale MXC/iMX-based family of processors | 423 | Support for Freescale MXC/iMX-based family of processors |
| 424 | 424 | ||
diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig index 5e28c217b8c2..0af3872fb763 100644 --- a/arch/arm/plat-s3c24xx/Kconfig +++ b/arch/arm/plat-s3c24xx/Kconfig | |||
| @@ -9,7 +9,7 @@ config PLAT_S3C24XX | |||
| 9 | depends on ARCH_S3C2410 | 9 | depends on ARCH_S3C2410 |
| 10 | default y if ARCH_S3C2410 | 10 | default y if ARCH_S3C2410 |
| 11 | select NO_IOPORT | 11 | select NO_IOPORT |
| 12 | select HAVE_GPIO_LIB | 12 | select ARCH_REQUIRE_GPIOLIB |
| 13 | help | 13 | help |
| 14 | Base platform code for any Samsung S3C24XX device | 14 | Base platform code for any Samsung S3C24XX device |
| 15 | 15 | ||
