summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/86xx
diff options
context:
space:
mode:
authorKumar Gala2007-04-12 22:41:26 +0200
committerKumar Gala2007-04-12 22:41:26 +0200
commit4a89f7fa7a32e35d3b5d956846cd2ae274db5ed2 (patch)
treeb298d3f0fae4678164ac33dccea297fddc3d273e /arch/powerpc/platforms/86xx
parent[POWERPC] Ensure platform CONFIG options have correct dependencies (diff)
downloadkernel-qcow2-linux-4a89f7fa7a32e35d3b5d956846cd2ae274db5ed2.tar.gz
kernel-qcow2-linux-4a89f7fa7a32e35d3b5d956846cd2ae274db5ed2.tar.xz
kernel-qcow2-linux-4a89f7fa7a32e35d3b5d956846cd2ae274db5ed2.zip
[POWERPC] Convert 86xx platform to unified platform Kconfig
Moved 86xx 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/86xx')
-rw-r--r--arch/powerpc/platforms/86xx/Kconfig18
1 files changed, 3 insertions, 15 deletions
diff --git a/arch/powerpc/platforms/86xx/Kconfig b/arch/powerpc/platforms/86xx/Kconfig
index 0c70944d0e37..d1bcff500464 100644
--- a/arch/powerpc/platforms/86xx/Kconfig
+++ b/arch/powerpc/platforms/86xx/Kconfig
@@ -1,8 +1,6 @@
-menu "Platform Support"
- depends on PPC_86xx
-
choice
prompt "Machine Type"
+ depends on PPC_86xx
default MPC8641_HPCN
config MPC8641_HPCN
@@ -14,20 +12,10 @@ config MPC8641_HPCN
endchoice
-
config MPC8641
bool
select PPC_INDIRECT_PCI
+ select PPC_INDIRECT_PCI_BE
select PPC_UDBG_16550
+ select MPIC
default y if MPC8641_HPCN
-
-config MPIC
- bool
- default y
-
-config PPC_INDIRECT_PCI_BE
- bool
- depends on PPC_86xx
- default y
-
-endmenu