Kumar Gala | 5753c08 | 2009-10-16 18:31:48 -0500 | [diff] [blame] | 1 | menuconfig FSL_SOC_BOOKE |
| 2 | bool "Freescale Book-E Machine Type" |
| 3 | depends on PPC_85xx || PPC_BOOK3E |
| 4 | select FSL_SOC |
Kumar Gala | 3a83156 | 2008-01-28 10:24:30 -0600 | [diff] [blame] | 5 | select PPC_UDBG_16550 |
Kumar Gala | 3a83156 | 2008-01-28 10:24:30 -0600 | [diff] [blame] | 6 | select MPIC |
John Rigby | b500563 | 2008-06-26 11:07:56 -0600 | [diff] [blame] | 7 | select PPC_PCI_CHOICE |
Kumar Gala | 3a83156 | 2008-01-28 10:24:30 -0600 | [diff] [blame] | 8 | select FSL_PCI if PCI |
| 9 | select SERIAL_8250_SHARE_IRQ if SERIAL_8250 |
| 10 | default y |
| 11 | |
Kumar Gala | 5753c08 | 2009-10-16 18:31:48 -0500 | [diff] [blame] | 12 | if FSL_SOC_BOOKE |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 13 | |
| 14 | config MPC8540_ADS |
| 15 | bool "Freescale MPC8540 ADS" |
Kumar Gala | 9cf8ca3 | 2006-03-27 23:44:37 -0600 | [diff] [blame] | 16 | select DEFAULT_UIMAGE |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 17 | help |
Becky Bruce | 63dafe5 | 2006-01-14 16:57:39 -0600 | [diff] [blame] | 18 | This option enables support for the MPC 8540 ADS board |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 19 | |
Vitaly Bordug | 902f392 | 2006-09-21 22:31:26 +0400 | [diff] [blame] | 20 | config MPC8560_ADS |
| 21 | bool "Freescale MPC8560 ADS" |
| 22 | select DEFAULT_UIMAGE |
Paul Gortmaker | b8b3caf | 2008-01-24 18:41:25 -0500 | [diff] [blame] | 23 | select CPM2 |
Vitaly Bordug | 902f392 | 2006-09-21 22:31:26 +0400 | [diff] [blame] | 24 | help |
| 25 | This option enables support for the MPC 8560 ADS board |
| 26 | |
Andy Fleming | 591f0a4 | 2006-04-02 17:42:40 -0500 | [diff] [blame] | 27 | config MPC85xx_CDS |
| 28 | bool "Freescale MPC85xx CDS" |
| 29 | select DEFAULT_UIMAGE |
Randy Vinson | 3620fc1 | 2007-06-06 16:26:15 -0700 | [diff] [blame] | 30 | select PPC_I8259 |
Andy Fleming | 591f0a4 | 2006-04-02 17:42:40 -0500 | [diff] [blame] | 31 | help |
| 32 | This option enables support for the MPC85xx CDS board |
| 33 | |
Kumar Gala | 23f510b | 2007-02-17 16:29:36 -0600 | [diff] [blame] | 34 | config MPC85xx_MDS |
| 35 | bool "Freescale MPC85xx MDS" |
Andy Fleming | c2882bb | 2007-02-09 17:28:31 -0600 | [diff] [blame] | 36 | select DEFAULT_UIMAGE |
Kumar Gala | c4ea896 | 2008-06-03 13:36:19 -0500 | [diff] [blame] | 37 | select PHYLIB |
Anton Vorontsov | 5e8306f | 2009-05-02 06:16:56 +0400 | [diff] [blame] | 38 | select HAS_RAPIDIO |
Kumar Gala | 152d018 | 2009-05-15 00:37:35 -0500 | [diff] [blame] | 39 | select SWIOTLB |
Andy Fleming | c2882bb | 2007-02-09 17:28:31 -0600 | [diff] [blame] | 40 | help |
Kumar Gala | 23f510b | 2007-02-17 16:29:36 -0600 | [diff] [blame] | 41 | This option enables support for the MPC85xx MDS board |
Andy Fleming | c2882bb | 2007-02-09 17:28:31 -0600 | [diff] [blame] | 42 | |
Kumar Gala | 2f3804e | 2008-07-02 01:36:15 -0500 | [diff] [blame] | 43 | config MPC8536_DS |
| 44 | bool "Freescale MPC8536 DS" |
| 45 | select DEFAULT_UIMAGE |
Kumar Gala | 152d018 | 2009-05-15 00:37:35 -0500 | [diff] [blame] | 46 | select SWIOTLB |
Kumar Gala | 2f3804e | 2008-07-02 01:36:15 -0500 | [diff] [blame] | 47 | help |
| 48 | This option enables support for the MPC8536 DS board |
| 49 | |
Kumar Gala | 16d2406 | 2007-08-17 09:22:09 -0500 | [diff] [blame] | 50 | config MPC85xx_DS |
| 51 | bool "Freescale MPC85xx DS" |
Roy Zang | f16dab9 | 2007-07-13 18:05:08 +0800 | [diff] [blame] | 52 | select PPC_I8259 |
Jon Loeliger | d93daf8 | 2007-03-20 11:19:10 -0500 | [diff] [blame] | 53 | select DEFAULT_UIMAGE |
Anton Vorontsov | e0f278a | 2010-04-16 23:07:24 +0400 | [diff] [blame] | 54 | select FSL_ULI1575 if PCI |
Kumar Gala | 152d018 | 2009-05-15 00:37:35 -0500 | [diff] [blame] | 55 | select SWIOTLB |
Jon Loeliger | d93daf8 | 2007-03-20 11:19:10 -0500 | [diff] [blame] | 56 | help |
Kumar Gala | 16d2406 | 2007-08-17 09:22:09 -0500 | [diff] [blame] | 57 | This option enables support for the MPC85xx DS (MPC8544 DS) board |
Jon Loeliger | d93daf8 | 2007-03-20 11:19:10 -0500 | [diff] [blame] | 58 | |
Poonam Aggrwal | fb8e3e1 | 2009-08-07 21:05:16 +0530 | [diff] [blame] | 59 | config MPC85xx_RDB |
| 60 | bool "Freescale MPC85xx RDB" |
| 61 | select PPC_I8259 |
| 62 | select DEFAULT_UIMAGE |
Anton Vorontsov | e0f278a | 2010-04-16 23:07:24 +0400 | [diff] [blame] | 63 | select FSL_ULI1575 if PCI |
Poonam Aggrwal | fb8e3e1 | 2009-08-07 21:05:16 +0530 | [diff] [blame] | 64 | select SWIOTLB |
| 65 | help |
| 66 | This option enables support for the MPC85xx RDB (P2020 RDB) board |
| 67 | |
Wolfgang Grandegger | 393adca | 2009-03-22 14:58:43 +0100 | [diff] [blame] | 68 | config SOCRATES |
| 69 | bool "Socrates" |
| 70 | select DEFAULT_UIMAGE |
| 71 | help |
| 72 | This option enables support for the Socrates board. |
| 73 | |
Alexandr Smirnov | 22b619e | 2008-03-06 18:17:16 +0300 | [diff] [blame] | 74 | config KSI8560 |
| 75 | bool "Emerson KSI8560" |
Alexandr Smirnov | 22b619e | 2008-03-06 18:17:16 +0300 | [diff] [blame] | 76 | select DEFAULT_UIMAGE |
| 77 | help |
| 78 | This option enables support for the Emerson KSI8560 board |
| 79 | |
Nate Case | 3038acf9 | 2009-06-11 14:42:58 -0500 | [diff] [blame] | 80 | config XES_MPC85xx |
| 81 | bool "X-ES single-board computer" |
| 82 | select DEFAULT_UIMAGE |
| 83 | help |
| 84 | This option enables support for the various single-board |
| 85 | computers from Extreme Engineering Solutions (X-ES) based on |
| 86 | Freescale MPC85xx processors. |
| 87 | Manufacturer: Extreme Engineering Solutions, Inc. |
| 88 | URL: <http://www.xes-inc.com/> |
| 89 | |
Kumar Gala | 77e03a2 | 2008-01-23 23:42:44 -0600 | [diff] [blame] | 90 | config STX_GP3 |
| 91 | bool "Silicon Turnkey Express GP3" |
| 92 | help |
| 93 | This option enables support for the Silicon Turnkey Express GP3 |
| 94 | board. |
Paul Gortmaker | b8b3caf | 2008-01-24 18:41:25 -0500 | [diff] [blame] | 95 | select CPM2 |
Kumar Gala | 77e03a2 | 2008-01-23 23:42:44 -0600 | [diff] [blame] | 96 | select DEFAULT_UIMAGE |
Kumar Gala | 77e03a2 | 2008-01-23 23:42:44 -0600 | [diff] [blame] | 97 | |
Kumar Gala | 0052bc5 | 2008-01-24 23:53:03 -0600 | [diff] [blame] | 98 | config TQM8540 |
| 99 | bool "TQ Components TQM8540" |
| 100 | help |
| 101 | This option enables support for the TQ Components TQM8540 board. |
| 102 | select DEFAULT_UIMAGE |
Kumar Gala | 0052bc5 | 2008-01-24 23:53:03 -0600 | [diff] [blame] | 103 | select TQM85xx |
| 104 | |
| 105 | config TQM8541 |
| 106 | bool "TQ Components TQM8541" |
| 107 | help |
| 108 | This option enables support for the TQ Components TQM8541 board. |
| 109 | select DEFAULT_UIMAGE |
Kumar Gala | 0052bc5 | 2008-01-24 23:53:03 -0600 | [diff] [blame] | 110 | select TQM85xx |
| 111 | select CPM2 |
| 112 | |
Wolfgang Grandegger | 6dd1b64 | 2008-06-06 13:50:04 +0200 | [diff] [blame] | 113 | config TQM8548 |
| 114 | bool "TQ Components TQM8548" |
| 115 | help |
| 116 | This option enables support for the TQ Components TQM8548 board. |
| 117 | select DEFAULT_UIMAGE |
Wolfgang Grandegger | 6dd1b64 | 2008-06-06 13:50:04 +0200 | [diff] [blame] | 118 | select TQM85xx |
| 119 | |
Kumar Gala | 0052bc5 | 2008-01-24 23:53:03 -0600 | [diff] [blame] | 120 | config TQM8555 |
| 121 | bool "TQ Components TQM8555" |
| 122 | help |
| 123 | This option enables support for the TQ Components TQM8555 board. |
| 124 | select DEFAULT_UIMAGE |
Kumar Gala | 0052bc5 | 2008-01-24 23:53:03 -0600 | [diff] [blame] | 125 | select TQM85xx |
| 126 | select CPM2 |
| 127 | |
| 128 | config TQM8560 |
| 129 | bool "TQ Components TQM8560" |
| 130 | help |
| 131 | This option enables support for the TQ Components TQM8560 board. |
| 132 | select DEFAULT_UIMAGE |
Kumar Gala | 0052bc5 | 2008-01-24 23:53:03 -0600 | [diff] [blame] | 133 | select TQM85xx |
| 134 | select CPM2 |
| 135 | |
Paul Gortmaker | 0e0fffe | 2008-01-24 18:41:27 -0500 | [diff] [blame] | 136 | config SBC8548 |
| 137 | bool "Wind River SBC8548" |
| 138 | select DEFAULT_UIMAGE |
| 139 | help |
| 140 | This option enables support for the Wind River SBC8548 board |
| 141 | |
Paul Gortmaker | 2c19806 | 2008-01-24 18:41:23 -0500 | [diff] [blame] | 142 | config SBC8560 |
| 143 | bool "Wind River SBC8560" |
| 144 | select DEFAULT_UIMAGE |
Paul Gortmaker | 2c19806 | 2008-01-24 18:41:23 -0500 | [diff] [blame] | 145 | help |
| 146 | This option enables support for the Wind River SBC8560 board |
| 147 | |
Kumar Gala | ab2f489 | 2009-10-22 16:35:07 -0500 | [diff] [blame] | 148 | config P4080_DS |
| 149 | bool "Freescale P4080 DS" |
| 150 | select DEFAULT_UIMAGE |
| 151 | select PPC_FSL_BOOK3E |
| 152 | select PPC_E500MC |
| 153 | select PHYS_64BIT |
| 154 | select SWIOTLB |
| 155 | select MPC8xxx_GPIO |
| 156 | select HAS_RAPIDIO |
| 157 | help |
| 158 | This option enables support for the P4080 DS board |
| 159 | |
Kumar Gala | 5753c08 | 2009-10-16 18:31:48 -0500 | [diff] [blame] | 160 | endif # FSL_SOC_BOOKE |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 161 | |
Kumar Gala | 0052bc5 | 2008-01-24 23:53:03 -0600 | [diff] [blame] | 162 | config TQM85xx |
| 163 | bool |