diff options
Diffstat (limited to 'arch/powerpc/platforms/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/Kconfig | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig index b9ba86191aed..e4588721ef34 100644 --- a/arch/powerpc/platforms/Kconfig +++ b/arch/powerpc/platforms/Kconfig | |||
@@ -1,5 +1,6 @@ | |||
1 | menu "Platform support" | 1 | menu "Platform support" |
2 | 2 | ||
3 | source "arch/powerpc/platforms/powernv/Kconfig" | ||
3 | source "arch/powerpc/platforms/pseries/Kconfig" | 4 | source "arch/powerpc/platforms/pseries/Kconfig" |
4 | source "arch/powerpc/platforms/iseries/Kconfig" | 5 | source "arch/powerpc/platforms/iseries/Kconfig" |
5 | source "arch/powerpc/platforms/chrp/Kconfig" | 6 | source "arch/powerpc/platforms/chrp/Kconfig" |
@@ -333,16 +334,6 @@ config OF_RTC | |||
333 | 334 | ||
334 | source "arch/powerpc/sysdev/bestcomm/Kconfig" | 335 | source "arch/powerpc/sysdev/bestcomm/Kconfig" |
335 | 336 | ||
336 | config MPC8xxx_GPIO | ||
337 | bool "MPC512x/MPC8xxx GPIO support" | ||
338 | depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \ | ||
339 | FSL_SOC_BOOKE || PPC_86xx | ||
340 | select GENERIC_GPIO | ||
341 | select ARCH_REQUIRE_GPIOLIB | ||
342 | help | ||
343 | Say Y here if you're going to use hardware that connects to the | ||
344 | MPC512x/831x/834x/837x/8572/8610 GPIOs. | ||
345 | |||
346 | config SIMPLE_GPIO | 337 | config SIMPLE_GPIO |
347 | bool "Support for simple, memory-mapped GPIO controllers" | 338 | bool "Support for simple, memory-mapped GPIO controllers" |
348 | depends on PPC | 339 | depends on PPC |
@@ -355,7 +346,7 @@ config SIMPLE_GPIO | |||
355 | on-board peripherals. | 346 | on-board peripherals. |
356 | 347 | ||
357 | config MCU_MPC8349EMITX | 348 | config MCU_MPC8349EMITX |
358 | tristate "MPC8349E-mITX MCU driver" | 349 | bool "MPC8349E-mITX MCU driver" |
359 | depends on I2C && PPC_83xx | 350 | depends on I2C && PPC_83xx |
360 | select GENERIC_GPIO | 351 | select GENERIC_GPIO |
361 | select ARCH_REQUIRE_GPIOLIB | 352 | select ARCH_REQUIRE_GPIOLIB |