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 | |
Vitaly Bordug | 902f392 | 2006-09-21 22:31:26 +0400 | [diff] [blame^] | 14 | config MPC8560_ADS |
| 15 | bool "Freescale MPC8560 ADS" |
| 16 | select DEFAULT_UIMAGE |
| 17 | help |
| 18 | This option enables support for the MPC 8560 ADS board |
| 19 | |
Andy Fleming | 591f0a4 | 2006-04-02 17:42:40 -0500 | [diff] [blame] | 20 | config MPC85xx_CDS |
| 21 | bool "Freescale MPC85xx CDS" |
| 22 | select DEFAULT_UIMAGE |
Andy Fleming | 591f0a4 | 2006-04-02 17:42:40 -0500 | [diff] [blame] | 23 | help |
| 24 | This option enables support for the MPC85xx CDS board |
| 25 | |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 26 | endchoice |
| 27 | |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 28 | config MPC8540 |
| 29 | bool |
Becky Bruce | 63dafe5 | 2006-01-14 16:57:39 -0600 | [diff] [blame] | 30 | select PPC_UDBG_16550 |
| 31 | select PPC_INDIRECT_PCI |
Andy Fleming | 591f0a4 | 2006-04-02 17:42:40 -0500 | [diff] [blame] | 32 | default y if MPC8540_ADS || MPC85xx_CDS |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 33 | |
Vitaly Bordug | 902f392 | 2006-09-21 22:31:26 +0400 | [diff] [blame^] | 34 | config MPC8560 |
| 35 | bool |
| 36 | select PPC_INDIRECT_PCI |
| 37 | default y if MPC8560_ADS |
| 38 | |
Becky Bruce | 63dafe5 | 2006-01-14 16:57:39 -0600 | [diff] [blame] | 39 | config PPC_INDIRECT_PCI_BE |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 40 | bool |
Becky Bruce | 63dafe5 | 2006-01-14 16:57:39 -0600 | [diff] [blame] | 41 | depends on PPC_85xx |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 42 | default y |
| 43 | |
Becky Bruce | 63dafe5 | 2006-01-14 16:57:39 -0600 | [diff] [blame] | 44 | config MPIC |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 45 | bool |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 46 | default y |
| 47 | |
Vitaly Bordug | 902f392 | 2006-09-21 22:31:26 +0400 | [diff] [blame^] | 48 | config CPM2 |
| 49 | bool |
| 50 | depends on MPC8560 |
| 51 | default y |
| 52 | help |
| 53 | The CPM2 (Communications Processor Module) is a coprocessor on |
| 54 | embedded CPUs made by Motorola. Selecting this option means that |
| 55 | you wish to build a kernel for a machine with a CPM2 coprocessor |
| 56 | on it. |
| 57 | |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 58 | endmenu |