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 | |
14 | endchoice | ||||
15 | |||||
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 16 | config MPC8540 |
17 | bool | ||||
Becky Bruce | 63dafe5 | 2006-01-14 16:57:39 -0600 | [diff] [blame] | 18 | select PPC_UDBG_16550 |
19 | select PPC_INDIRECT_PCI | ||||
20 | default y if MPC8540_ADS | ||||
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 21 | |
Becky Bruce | 63dafe5 | 2006-01-14 16:57:39 -0600 | [diff] [blame] | 22 | config PPC_INDIRECT_PCI_BE |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 23 | bool |
Becky Bruce | 63dafe5 | 2006-01-14 16:57:39 -0600 | [diff] [blame] | 24 | depends on PPC_85xx |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 25 | default y |
26 | |||||
Becky Bruce | 63dafe5 | 2006-01-14 16:57:39 -0600 | [diff] [blame] | 27 | config MPIC |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 28 | bool |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 29 | default y |
30 | |||||
31 | endmenu |