diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b786e68914d4..63ef7cf852a7 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -299,6 +299,8 @@ config ARCH_IOP32X | |||
299 | depends on MMU | 299 | depends on MMU |
300 | select PLAT_IOP | 300 | select PLAT_IOP |
301 | select PCI | 301 | select PCI |
302 | select GENERIC_GPIO | ||
303 | select HAVE_GPIO_LIB | ||
302 | help | 304 | help |
303 | Support for Intel's 80219 and IOP32X (XScale) family of | 305 | Support for Intel's 80219 and IOP32X (XScale) family of |
304 | processors. | 306 | processors. |
@@ -308,6 +310,8 @@ config ARCH_IOP33X | |||
308 | depends on MMU | 310 | depends on MMU |
309 | select PLAT_IOP | 311 | select PLAT_IOP |
310 | select PCI | 312 | select PCI |
313 | select GENERIC_GPIO | ||
314 | select HAVE_GPIO_LIB | ||
311 | help | 315 | help |
312 | Support for Intel's IOP33X (XScale) family of processors. | 316 | Support for Intel's IOP33X (XScale) family of processors. |
313 | 317 | ||