commit | 5c091193e4a12e88930a0bb3ed3632c51e926a76 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Fri Oct 03 23:40:36 2008 +0400 |
committer | Kumar Gala <galak@kernel.crashing.org> | Mon Oct 13 11:09:58 2008 -0500 |
tree | 9d12c87f073bd86edc62718f2f1b35bf030de1bc | |
parent | 4e330bcf6b323fcff0e3224c5db77cbcca83a878 [diff] |
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>