Becky Bruce | 63dafe5 | 2006-01-14 16:57:39 -0600 | [diff] [blame] | 1 | menu "Platform support" |
2 | depends on PPC_85xx | ||||
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 3 | |
4 | choice | ||||
5 | prompt "Machine Type" | ||||
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 6 | default MPC8540_ADS |
7 | |||||
8 | config MPC8540_ADS | ||||
9 | bool "Freescale MPC8540 ADS" | ||||
Kumar Gala | 9cf8ca3 | 2006-03-27 23:44:37 -0600 | [diff] [blame] | 10 | select DEFAULT_UIMAGE |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 11 | help |
Becky Bruce | 63dafe5 | 2006-01-14 16:57:39 -0600 | [diff] [blame] | 12 | This option enables support for the MPC 8540 ADS board |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 13 | |
Andy Fleming | 591f0a4 | 2006-04-02 17:42:40 -0500 | [diff] [blame^] | 14 | config MPC85xx_CDS |
15 | bool "Freescale MPC85xx CDS" | ||||
16 | select DEFAULT_UIMAGE | ||||
17 | select PPC_I8259 if PCI | ||||
18 | help | ||||
19 | This option enables support for the MPC85xx CDS board | ||||
20 | |||||
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 21 | endchoice |
22 | |||||
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 23 | config MPC8540 |
24 | bool | ||||
Becky Bruce | 63dafe5 | 2006-01-14 16:57:39 -0600 | [diff] [blame] | 25 | select PPC_UDBG_16550 |
26 | select PPC_INDIRECT_PCI | ||||
Andy Fleming | 591f0a4 | 2006-04-02 17:42:40 -0500 | [diff] [blame^] | 27 | default y if MPC8540_ADS || MPC85xx_CDS |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 28 | |
Becky Bruce | 63dafe5 | 2006-01-14 16:57:39 -0600 | [diff] [blame] | 29 | config PPC_INDIRECT_PCI_BE |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 30 | bool |
Becky Bruce | 63dafe5 | 2006-01-14 16:57:39 -0600 | [diff] [blame] | 31 | depends on PPC_85xx |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 32 | default y |
33 | |||||
Becky Bruce | 63dafe5 | 2006-01-14 16:57:39 -0600 | [diff] [blame] | 34 | config MPIC |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 35 | bool |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 36 | default y |
37 | |||||
38 | endmenu |