diff options
Diffstat (limited to 'arch/powerpc/platforms/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig index d1663db7810f..471115a13d1b 100644 --- a/arch/powerpc/platforms/Kconfig +++ b/arch/powerpc/platforms/Kconfig | |||
@@ -304,13 +304,14 @@ config OF_RTC | |||
304 | source "arch/powerpc/sysdev/bestcomm/Kconfig" | 304 | source "arch/powerpc/sysdev/bestcomm/Kconfig" |
305 | 305 | ||
306 | config MPC8xxx_GPIO | 306 | config MPC8xxx_GPIO |
307 | bool "MPC8xxx GPIO support" | 307 | bool "MPC512x/MPC8xxx GPIO support" |
308 | depends on PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || FSL_SOC_BOOKE || PPC_86xx | 308 | depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \ |
309 | FSL_SOC_BOOKE || PPC_86xx | ||
309 | select GENERIC_GPIO | 310 | select GENERIC_GPIO |
310 | select ARCH_REQUIRE_GPIOLIB | 311 | select ARCH_REQUIRE_GPIOLIB |
311 | help | 312 | help |
312 | Say Y here if you're going to use hardware that connects to the | 313 | Say Y here if you're going to use hardware that connects to the |
313 | MPC831x/834x/837x/8572/8610 GPIOs. | 314 | MPC512x/831x/834x/837x/8572/8610 GPIOs. |
314 | 315 | ||
315 | config SIMPLE_GPIO | 316 | config SIMPLE_GPIO |
316 | bool "Support for simple, memory-mapped GPIO controllers" | 317 | bool "Support for simple, memory-mapped GPIO controllers" |