Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 1 | choice |
| 2 | prompt "Machine Type" |
Kumar Gala | db94780 | 2007-04-12 17:44:07 -0500 | [diff] [blame^] | 3 | depends on PPC_85xx |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 4 | default MPC8540_ADS |
| 5 | |
| 6 | config MPC8540_ADS |
| 7 | bool "Freescale MPC8540 ADS" |
Kumar Gala | 9cf8ca3 | 2006-03-27 23:44:37 -0600 | [diff] [blame] | 8 | select DEFAULT_UIMAGE |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 9 | help |
Becky Bruce | 63dafe5 | 2006-01-14 16:57:39 -0600 | [diff] [blame] | 10 | This option enables support for the MPC 8540 ADS board |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 11 | |
Vitaly Bordug | 902f392 | 2006-09-21 22:31:26 +0400 | [diff] [blame] | 12 | config MPC8560_ADS |
| 13 | bool "Freescale MPC8560 ADS" |
| 14 | select DEFAULT_UIMAGE |
| 15 | help |
| 16 | This option enables support for the MPC 8560 ADS board |
| 17 | |
Andy Fleming | 591f0a4 | 2006-04-02 17:42:40 -0500 | [diff] [blame] | 18 | config MPC85xx_CDS |
| 19 | bool "Freescale MPC85xx CDS" |
| 20 | select DEFAULT_UIMAGE |
Andy Fleming | 591f0a4 | 2006-04-02 17:42:40 -0500 | [diff] [blame] | 21 | help |
| 22 | This option enables support for the MPC85xx CDS board |
| 23 | |
Kumar Gala | 23f510b | 2007-02-17 16:29:36 -0600 | [diff] [blame] | 24 | config MPC85xx_MDS |
| 25 | bool "Freescale MPC85xx MDS" |
Andy Fleming | c2882bb | 2007-02-09 17:28:31 -0600 | [diff] [blame] | 26 | select DEFAULT_UIMAGE |
| 27 | # select QUICC_ENGINE |
| 28 | help |
Kumar Gala | 23f510b | 2007-02-17 16:29:36 -0600 | [diff] [blame] | 29 | This option enables support for the MPC85xx MDS board |
Andy Fleming | c2882bb | 2007-02-09 17:28:31 -0600 | [diff] [blame] | 30 | |
Jon Loeliger | d93daf8 | 2007-03-20 11:19:10 -0500 | [diff] [blame] | 31 | config MPC8544_DS |
| 32 | bool "Freescale MPC8544 DS" |
| 33 | select DEFAULT_UIMAGE |
| 34 | help |
| 35 | This option enables support for the MPC8544 DS board |
| 36 | |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 37 | endchoice |
| 38 | |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 39 | config MPC8540 |
| 40 | bool |
Becky Bruce | 63dafe5 | 2006-01-14 16:57:39 -0600 | [diff] [blame] | 41 | select PPC_UDBG_16550 |
| 42 | select PPC_INDIRECT_PCI |
Andy Fleming | 591f0a4 | 2006-04-02 17:42:40 -0500 | [diff] [blame] | 43 | default y if MPC8540_ADS || MPC85xx_CDS |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 44 | |
Vitaly Bordug | 902f392 | 2006-09-21 22:31:26 +0400 | [diff] [blame] | 45 | config MPC8560 |
| 46 | bool |
Kumar Gala | db94780 | 2007-04-12 17:44:07 -0500 | [diff] [blame^] | 47 | select CPM2 |
Vitaly Bordug | 902f392 | 2006-09-21 22:31:26 +0400 | [diff] [blame] | 48 | default y if MPC8560_ADS |
| 49 | |
Andy Fleming | c2882bb | 2007-02-09 17:28:31 -0600 | [diff] [blame] | 50 | config MPC85xx |
| 51 | bool |
| 52 | select PPC_UDBG_16550 |
| 53 | select PPC_INDIRECT_PCI |
Kumar Gala | db94780 | 2007-04-12 17:44:07 -0500 | [diff] [blame^] | 54 | select PPC_INDIRECT_PCI_BE |
| 55 | select MPIC |
Jon Loeliger | d93daf8 | 2007-03-20 11:19:10 -0500 | [diff] [blame] | 56 | default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \ |
| 57 | || MPC85xx_MDS || MPC8544_DS |