diff options
author | Paul Mackerras <paulus@samba.org> | 2007-04-23 18:42:11 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-04-23 18:42:11 -0400 |
commit | 445c9b5507b9d09a2e9b0b4dbb16517708aa40e6 (patch) | |
tree | d985e54552bebdf8ec1a7e4a0ed4cd289d9428ac /arch/powerpc/platforms/86xx | |
parent | 390cbb56a731546edc0f35fbc4c5045676467581 (diff) | |
parent | 98750261fbf6348517ef517f617014de8238475f (diff) |
Merge branch 'kconfig' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into for-2.6.22
Diffstat (limited to 'arch/powerpc/platforms/86xx')
-rw-r--r-- | arch/powerpc/platforms/86xx/Kconfig | 18 |
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 @@ | |||
1 | menu "Platform Support" | ||
2 | depends on PPC_86xx | ||
3 | |||
4 | choice | 1 | choice |
5 | prompt "Machine Type" | 2 | prompt "Machine Type" |
3 | depends on PPC_86xx | ||
6 | default MPC8641_HPCN | 4 | default MPC8641_HPCN |
7 | 5 | ||
8 | config MPC8641_HPCN | 6 | config MPC8641_HPCN |
@@ -14,20 +12,10 @@ config MPC8641_HPCN | |||
14 | 12 | ||
15 | endchoice | 13 | endchoice |
16 | 14 | ||
17 | |||
18 | config MPC8641 | 15 | config MPC8641 |
19 | bool | 16 | bool |
20 | select PPC_INDIRECT_PCI | 17 | select PPC_INDIRECT_PCI |
18 | select PPC_INDIRECT_PCI_BE | ||
21 | select PPC_UDBG_16550 | 19 | select PPC_UDBG_16550 |
20 | select MPIC | ||
22 | default y if MPC8641_HPCN | 21 | default y if MPC8641_HPCN |
23 | |||
24 | config MPIC | ||
25 | bool | ||
26 | default y | ||
27 | |||
28 | config PPC_INDIRECT_PCI_BE | ||
29 | bool | ||
30 | depends on PPC_86xx | ||
31 | default y | ||
32 | |||
33 | endmenu | ||