diff options
-rw-r--r-- | arch/powerpc/platforms/Kconfig | 9 | ||||
-rw-r--r-- | arch/powerpc/sysdev/Kconfig | 9 |
2 files changed, 9 insertions, 9 deletions
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig index 4c900efa164e..9578c45b04fe 100644 --- a/arch/powerpc/platforms/Kconfig +++ b/arch/powerpc/platforms/Kconfig | |||
@@ -293,4 +293,13 @@ config OF_RTC | |||
293 | 293 | ||
294 | source "arch/powerpc/sysdev/bestcomm/Kconfig" | 294 | source "arch/powerpc/sysdev/bestcomm/Kconfig" |
295 | 295 | ||
296 | config MPC8xxx_GPIO | ||
297 | bool "MPC8xxx GPIO support" | ||
298 | depends on PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || PPC_85xx || PPC_86xx | ||
299 | select GENERIC_GPIO | ||
300 | select ARCH_REQUIRE_GPIOLIB | ||
301 | help | ||
302 | Say Y here if you're going to use hardware that connects to the | ||
303 | MPC831x/834x/837x/8572/8610 GPIOs. | ||
304 | |||
296 | endmenu | 305 | endmenu |
diff --git a/arch/powerpc/sysdev/Kconfig b/arch/powerpc/sysdev/Kconfig index d0e7bb05c3a4..396582835cb5 100644 --- a/arch/powerpc/sysdev/Kconfig +++ b/arch/powerpc/sysdev/Kconfig | |||
@@ -7,15 +7,6 @@ config PPC4xx_PCI_EXPRESS | |||
7 | depends on PCI && 4xx | 7 | depends on PCI && 4xx |
8 | default n | 8 | default n |
9 | 9 | ||
10 | config MPC8xxx_GPIO | ||
11 | bool "MPC8xxx GPIO support" | ||
12 | depends on PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || PPC_85xx || PPC_86xx | ||
13 | select GENERIC_GPIO | ||
14 | select ARCH_REQUIRE_GPIOLIB | ||
15 | help | ||
16 | Say Y here if you're going to use hardware that connects to the | ||
17 | MPC831x/834x/837x/8572/8610 GPIOs. | ||
18 | |||
19 | config PPC_MSI_BITMAP | 10 | config PPC_MSI_BITMAP |
20 | bool | 11 | bool |
21 | depends on PCI_MSI | 12 | depends on PCI_MSI |