diff options
Diffstat (limited to 'arch/powerpc/platforms/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/Kconfig | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig index 9578c45b04fe..47e956c871fe 100644 --- a/arch/powerpc/platforms/Kconfig +++ b/arch/powerpc/platforms/Kconfig | |||
@@ -239,7 +239,8 @@ config TAU_AVERAGE | |||
239 | If in doubt, say N here. | 239 | If in doubt, say N here. |
240 | 240 | ||
241 | config QUICC_ENGINE | 241 | config QUICC_ENGINE |
242 | bool | 242 | bool "Freescale QUICC Engine (QE) Support" |
243 | depends on FSL_SOC | ||
243 | select PPC_LIB_RHEAP | 244 | select PPC_LIB_RHEAP |
244 | select CRC32 | 245 | select CRC32 |
245 | help | 246 | help |
@@ -248,6 +249,15 @@ config QUICC_ENGINE | |||
248 | Selecting this option means that you wish to build a kernel | 249 | Selecting this option means that you wish to build a kernel |
249 | for a machine with a QE coprocessor. | 250 | for a machine with a QE coprocessor. |
250 | 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 | |||
251 | config CPM2 | 261 | config CPM2 |
252 | bool "Enable support for the CPM2 (Communications Processor Module)" | 262 | bool "Enable support for the CPM2 (Communications Processor Module)" |
253 | depends on MPC85xx || 8260 | 263 | depends on MPC85xx || 8260 |