aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/83xx/Kconfig
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2007-04-12 15:46:21 -0500
committerKumar Gala <galak@kernel.crashing.org>2007-04-12 16:41:12 -0500
commitb5a4834692ab799a7a6b75a7f1e20e9f41a3126e (patch)
tree66e92045aee89f021e8634a1a78f5eb2ad016398 /arch/powerpc/platforms/83xx/Kconfig
parent4a89f7fa7a32e35d3b5d956846cd2ae274db5ed2 (diff)
[POWERPC] Convert 83xx platform to unified platform Kconfig
Moved 83xx platform Kconfig over to being sourced by the unified arch/powerpc/platforms/Kconfig. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/83xx/Kconfig')
-rw-r--r--arch/powerpc/platforms/83xx/Kconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/powerpc/platforms/83xx/Kconfig b/arch/powerpc/platforms/83xx/Kconfig
index 2a23392bb92..19cafdf6df9 100644
--- a/arch/powerpc/platforms/83xx/Kconfig
+++ b/arch/powerpc/platforms/83xx/Kconfig
@@ -1,8 +1,6 @@
-menu "Platform support"
- depends on PPC_83xx
-
choice
prompt "Machine Type"
+ depends on PPC_83xx
default MPC834x_MDS
config MPC8313_RDB
@@ -77,5 +75,3 @@ config PPC_MPC836x
select PPC_UDBG_16550
select PPC_INDIRECT_PCI
default y if MPC836x_MDS
-
-endmenu