diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-04-13 00:46:21 +0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-04-13 01:41:12 +0400 |
commit | b5a4834692ab799a7a6b75a7f1e20e9f41a3126e (patch) | |
tree | 66e92045aee89f021e8634a1a78f5eb2ad016398 /arch/powerpc/platforms/83xx/Kconfig | |
parent | 4a89f7fa7a32e35d3b5d956846cd2ae274db5ed2 (diff) | |
download | linux-b5a4834692ab799a7a6b75a7f1e20e9f41a3126e.tar.xz |
[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/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 @@ -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 |