diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-04-12 16:46:21 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-04-12 17:41:12 -0400 |
commit | b5a4834692ab799a7a6b75a7f1e20e9f41a3126e (patch) | |
tree | 66e92045aee89f021e8634a1a78f5eb2ad016398 /arch/powerpc/platforms/83xx | |
parent | 4a89f7fa7a32e35d3b5d956846cd2ae274db5ed2 (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')
-rw-r--r-- | arch/powerpc/platforms/83xx/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/powerpc/platforms/83xx/Kconfig b/arch/powerpc/platforms/83xx/Kconfig index 2a23392bb92e..19cafdf6df93 100644 --- a/arch/powerpc/platforms/83xx/Kconfig +++ b/arch/powerpc/platforms/83xx/Kconfig | |||
@@ -1,8 +1,6 @@ | |||
1 | menu "Platform support" | ||
2 | depends on PPC_83xx | ||
3 | |||
4 | choice | 1 | choice |
5 | prompt "Machine Type" | 2 | prompt "Machine Type" |
3 | depends on PPC_83xx | ||
6 | default MPC834x_MDS | 4 | default MPC834x_MDS |
7 | 5 | ||
8 | config MPC8313_RDB | 6 | config MPC8313_RDB |
@@ -77,5 +75,3 @@ config PPC_MPC836x | |||
77 | select PPC_UDBG_16550 | 75 | select PPC_UDBG_16550 |
78 | select PPC_INDIRECT_PCI | 76 | select PPC_INDIRECT_PCI |
79 | default y if MPC836x_MDS | 77 | default y if MPC836x_MDS |
80 | |||
81 | endmenu | ||