powerpc/QE: move QE_GPIO Kconfig symbol into the platforms/Kconfig
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Fri, 3 Oct 2008 19:40:36 +0000 (23:40 +0400)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 13 Oct 2008 16:09:58 +0000 (11:09 -0500)
commit5c091193e4a12e88930a0bb3ed3632c51e926a76
tree9d12c87f073bd86edc62718f2f1b35bf030de1bc
parent4e330bcf6b323fcff0e3224c5db77cbcca83a878
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: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/Kconfig
arch/powerpc/sysdev/qe_lib/Kconfig