diff options
Diffstat (limited to 'arch/powerpc/platforms/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig index 6cf517f5fba6..47e956c871fe 100644 --- a/arch/powerpc/platforms/Kconfig +++ b/arch/powerpc/platforms/Kconfig | |||
@@ -249,6 +249,15 @@ config QUICC_ENGINE | |||
249 | Selecting this option means that you wish to build a kernel | 249 | Selecting this option means that you wish to build a kernel |
250 | for a machine with a QE coprocessor. | 250 | for a machine with a QE coprocessor. |
251 | 251 | ||
252 | config QE_GPIO | ||
253 | bool "QE GPIO support" | ||
254 | depends on QUICC_ENGINE | ||
255 | select GENERIC_GPIO | ||
256 | select ARCH_REQUIRE_GPIOLIB | ||
257 | help | ||
258 | Say Y here if you're going to use hardware that connects to the | ||
259 | QE GPIOs. | ||
260 | |||
252 | config CPM2 | 261 | config CPM2 |
253 | bool "Enable support for the CPM2 (Communications Processor Module)" | 262 | bool "Enable support for the CPM2 (Communications Processor Module)" |
254 | depends on MPC85xx || 8260 | 263 | depends on MPC85xx || 8260 |