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 956154f32cfe..20576829eca5 100644 --- a/arch/powerpc/platforms/Kconfig +++ b/arch/powerpc/platforms/Kconfig | |||
@@ -313,13 +313,14 @@ config OF_RTC | |||
313 | source "arch/powerpc/sysdev/bestcomm/Kconfig" | 313 | source "arch/powerpc/sysdev/bestcomm/Kconfig" |
314 | 314 | ||
315 | config MPC8xxx_GPIO | 315 | config MPC8xxx_GPIO |
316 | bool "MPC8xxx GPIO support" | 316 | bool "MPC512x/MPC8xxx GPIO support" |
317 | depends on PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || FSL_SOC_BOOKE || PPC_86xx | 317 | depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \ |
318 | FSL_SOC_BOOKE || PPC_86xx | ||
318 | select GENERIC_GPIO | 319 | select GENERIC_GPIO |
319 | select ARCH_REQUIRE_GPIOLIB | 320 | select ARCH_REQUIRE_GPIOLIB |
320 | help | 321 | help |
321 | Say Y here if you're going to use hardware that connects to the | 322 | Say Y here if you're going to use hardware that connects to the |
322 | MPC831x/834x/837x/8572/8610 GPIOs. | 323 | MPC512x/831x/834x/837x/8572/8610 GPIOs. |
323 | 324 | ||
324 | config SIMPLE_GPIO | 325 | config SIMPLE_GPIO |
325 | bool "Support for simple, memory-mapped GPIO controllers" | 326 | bool "Support for simple, memory-mapped GPIO controllers" |