diff options
Diffstat (limited to 'arch/powerpc/platforms/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/Kconfig | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig index 4c900efa164e..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 |
@@ -293,4 +303,13 @@ config OF_RTC | |||
293 | 303 | ||
294 | source "arch/powerpc/sysdev/bestcomm/Kconfig" | 304 | source "arch/powerpc/sysdev/bestcomm/Kconfig" |
295 | 305 | ||
306 | config MPC8xxx_GPIO | ||
307 | bool "MPC8xxx GPIO support" | ||
308 | depends on PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || PPC_85xx || PPC_86xx | ||
309 | select GENERIC_GPIO | ||
310 | select ARCH_REQUIRE_GPIOLIB | ||
311 | help | ||
312 | Say Y here if you're going to use hardware that connects to the | ||
313 | MPC831x/834x/837x/8572/8610 GPIOs. | ||
314 | |||
296 | endmenu | 315 | endmenu |