Commit 5c091193 authored by Anton Vorontsov's avatar Anton Vorontsov Committed by Kumar Gala

powerpc/QE: move QE_GPIO Kconfig symbol into the platforms/Kconfig

Specifying user-selectable option in the qe_lib/Kconfig was a bad idea
because the qe_lib/Kconfig is included into the top level Kconfig, and
thus the QE_GPIO option appears at the top level menu.

This patch effectively moves the QE_GPIO option under the platform menu
instead.
Signed-off-by: default avatarAnton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 4e330bcf
...@@ -249,6 +249,15 @@ config QUICC_ENGINE ...@@ -249,6 +249,15 @@ config QUICC_ENGINE
Selecting this option means that you wish to build a kernel Selecting this option means that you wish to build a kernel
for a machine with a QE coprocessor. for a machine with a QE coprocessor.
config QE_GPIO
bool "QE GPIO support"
depends on QUICC_ENGINE
select GENERIC_GPIO
select ARCH_REQUIRE_GPIOLIB
help
Say Y here if you're going to use hardware that connects to the
QE GPIOs.
config CPM2 config CPM2
bool "Enable support for the CPM2 (Communications Processor Module)" bool "Enable support for the CPM2 (Communications Processor Module)"
depends on MPC85xx || 8260 depends on MPC85xx || 8260
......
...@@ -24,12 +24,3 @@ config QE_USB ...@@ -24,12 +24,3 @@ config QE_USB
bool bool
help help
QE USB Host Controller support QE USB Host Controller support
config QE_GPIO
bool "QE GPIO support"
depends on QUICC_ENGINE
select GENERIC_GPIO
select ARCH_REQUIRE_GPIOLIB
help
Say Y here if you're going to use hardware that connects to the
QE GPIOs.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment