Josh Boyer | 8c1449b | 2007-08-20 07:30:14 -0500 | [diff] [blame] | 1 | config BAMBOO |
| 2 | bool "Bamboo" |
| 3 | depends on 44x |
| 4 | default n |
Josh Boyer | 380c313 | 2008-08-19 11:26:24 -0400 | [diff] [blame] | 5 | select PPC44x_SIMPLE |
Josh Boyer | 8c1449b | 2007-08-20 07:30:14 -0500 | [diff] [blame] | 6 | select 440EP |
Benjamin Herrenschmidt | c3fc2de | 2007-12-21 15:39:29 +1100 | [diff] [blame] | 7 | select PCI |
Josh Boyer | 8c1449b | 2007-08-20 07:30:14 -0500 | [diff] [blame] | 8 | help |
| 9 | This option enables support for the IBM PPC440EP evaluation board. |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 10 | |
| 11 | config EBONY |
| 12 | bool "Ebony" |
| 13 | depends on 44x |
| 14 | default y |
| 15 | select 440GP |
Benjamin Herrenschmidt | 69c0785 | 2007-12-21 15:39:25 +1100 | [diff] [blame] | 16 | select PCI |
David Gibson | 22258fa | 2008-01-11 14:25:34 +1100 | [diff] [blame] | 17 | select OF_RTC |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 18 | help |
| 19 | This option enables support for the IBM PPC440GP evaluation board. |
| 20 | |
Giuseppe Coviello | b6014e1 | 2008-05-20 01:20:47 +1000 | [diff] [blame] | 21 | config SAM440EP |
| 22 | bool "Sam440ep" |
| 23 | depends on 44x |
| 24 | default n |
| 25 | select 440EP |
| 26 | select PCI |
| 27 | help |
| 28 | This option enables support for the ACube Sam440ep board. |
| 29 | |
Valentine Barshak | 15fc993 | 2007-08-29 17:40:30 +0400 | [diff] [blame] | 30 | config SEQUOIA |
| 31 | bool "Sequoia" |
| 32 | depends on 44x |
| 33 | default n |
| 34 | select 440EPX |
| 35 | help |
| 36 | This option enables support for the AMCC PPC440EPX evaluation board. |
| 37 | |
Hugh Blemings | 6bbc547 | 2007-12-21 15:39:28 +1100 | [diff] [blame] | 38 | config TAISHAN |
| 39 | bool "Taishan" |
| 40 | depends on 44x |
| 41 | default n |
| 42 | select 440GX |
| 43 | select PCI |
| 44 | help |
| 45 | This option enables support for the AMCC PPC440GX "Taishan" |
| 46 | evaluation board. |
| 47 | |
Benjamin Herrenschmidt | 3de9c9c | 2007-12-21 15:39:34 +1100 | [diff] [blame] | 48 | config KATMAI |
| 49 | bool "Katmai" |
| 50 | depends on 44x |
| 51 | default n |
| 52 | select 440SPe |
| 53 | select PCI |
| 54 | select PPC4xx_PCI_EXPRESS |
| 55 | help |
| 56 | This option enables support for the AMCC PPC440SPe evaluation board. |
| 57 | |
Valentine Barshak | 6272175 | 2007-10-31 03:57:39 +1100 | [diff] [blame] | 58 | config RAINIER |
| 59 | bool "Rainier" |
| 60 | depends on 44x |
| 61 | default n |
| 62 | select 440GRX |
Josh Boyer | 9901162 | 2007-12-20 09:00:17 -0600 | [diff] [blame] | 63 | select PCI |
Valentine Barshak | 6272175 | 2007-10-31 03:57:39 +1100 | [diff] [blame] | 64 | help |
| 65 | This option enables support for the AMCC PPC440GRX evaluation board. |
| 66 | |
Sean MacLennan | f9bdedb | 2008-01-22 04:55:29 +1100 | [diff] [blame] | 67 | config WARP |
| 68 | bool "PIKA Warp" |
| 69 | depends on 44x |
| 70 | default n |
| 71 | select 440EP |
| 72 | help |
| 73 | This option enables support for the PIKA Warp(tm) Appliance. The Warp |
Josh Boyer | 4b63c3b | 2008-02-15 22:05:03 -0600 | [diff] [blame] | 74 | is a small computer replacement with up to 9 ports of FXO/FXS plus VOIP |
Sean MacLennan | f9bdedb | 2008-01-22 04:55:29 +1100 | [diff] [blame] | 75 | stations and trunks. |
| 76 | |
| 77 | See http://www.pikatechnologies.com/ and follow the "PIKA for Computer |
| 78 | Telephony Developers" link for more information. |
| 79 | |
Stefan Roese | 66e4b33 | 2008-02-24 08:07:52 +1100 | [diff] [blame] | 80 | config CANYONLANDS |
| 81 | bool "Canyonlands" |
| 82 | depends on 44x |
| 83 | default n |
Josh Boyer | aaf136c | 2008-08-19 11:26:35 -0400 | [diff] [blame^] | 84 | select PPC44x_SIMPLE |
Stefan Roese | 66e4b33 | 2008-02-24 08:07:52 +1100 | [diff] [blame] | 85 | select 460EX |
| 86 | select PCI |
| 87 | select PPC4xx_PCI_EXPRESS |
| 88 | help |
| 89 | This option enables support for the AMCC PPC460EX evaluation board. |
| 90 | |
Josh Boyer | ed70854 | 2008-03-06 21:15:42 -0600 | [diff] [blame] | 91 | config YOSEMITE |
| 92 | bool "Yosemite" |
| 93 | depends on 44x |
| 94 | default n |
Josh Boyer | 380c313 | 2008-08-19 11:26:24 -0400 | [diff] [blame] | 95 | select PPC44x_SIMPLE |
Josh Boyer | ed70854 | 2008-03-06 21:15:42 -0600 | [diff] [blame] | 96 | select 440EP |
| 97 | select PCI |
| 98 | help |
| 99 | This option enables support for the AMCC PPC440EP evaluation board. |
| 100 | |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 101 | #config LUAN |
| 102 | # bool "Luan" |
| 103 | # depends on 44x |
| 104 | # default n |
| 105 | # select 440SP |
| 106 | # help |
| 107 | # This option enables support for the IBM PPC440SP evaluation board. |
| 108 | |
| 109 | #config OCOTEA |
| 110 | # bool "Ocotea" |
| 111 | # depends on 44x |
| 112 | # default n |
| 113 | # select 440GX |
| 114 | # help |
| 115 | # This option enables support for the IBM PPC440GX evaluation board. |
| 116 | |
John Linn | 39fd0e9 | 2008-07-03 07:05:04 -0700 | [diff] [blame] | 117 | config XILINX_VIRTEX440_GENERIC_BOARD |
| 118 | bool "Generic Xilinx Virtex 440 board" |
| 119 | depends on 44x |
| 120 | default n |
| 121 | select XILINX_VIRTEX_5_FXT |
| 122 | help |
| 123 | This option enables generic support for Xilinx Virtex based boards |
| 124 | that use a 440 based processor in the Virtex 5 FXT FPGA architecture. |
| 125 | |
| 126 | The generic virtex board support matches any device tree which |
| 127 | specifies 'xlnx,virtex440' in its compatible field. This includes |
| 128 | the Xilinx ML5xx reference designs using the powerpc core. |
| 129 | |
| 130 | Most Virtex 5 designs should use this unless it needs to do some |
| 131 | special configuration at board probe time. |
| 132 | |
Josh Boyer | 775d5a1 | 2008-08-19 11:25:15 -0400 | [diff] [blame] | 133 | config PPC44x_SIMPLE |
| 134 | bool "Simple PowerPC 44x board support" |
| 135 | depends on 44x |
| 136 | default n |
| 137 | help |
| 138 | This option enables the simple PowerPC 44x platform support. |
| 139 | |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 140 | # 44x specific CPU modules, selected based on the board above. |
| 141 | config 440EP |
| 142 | bool |
| 143 | select PPC_FPU |
| 144 | select IBM440EP_ERR42 |
Josh Boyer | 7392537 | 2007-10-20 00:53:12 +1000 | [diff] [blame] | 145 | select IBM_NEW_EMAC_ZMII |
Sean MacLennan | f9bdedb | 2008-01-22 04:55:29 +1100 | [diff] [blame] | 146 | select USB_ARCH_HAS_OHCI |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 147 | |
Valentine Barshak | 15fc993 | 2007-08-29 17:40:30 +0400 | [diff] [blame] | 148 | config 440EPX |
| 149 | bool |
| 150 | select PPC_FPU |
Valentine Barshak | b7c1dfb | 2007-10-16 03:58:37 +1000 | [diff] [blame] | 151 | select IBM_NEW_EMAC_EMAC4 |
| 152 | select IBM_NEW_EMAC_RGMII |
| 153 | select IBM_NEW_EMAC_ZMII |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 154 | |
Valentine Barshak | 6272175 | 2007-10-31 03:57:39 +1100 | [diff] [blame] | 155 | config 440GRX |
| 156 | bool |
| 157 | select IBM_NEW_EMAC_EMAC4 |
| 158 | select IBM_NEW_EMAC_RGMII |
| 159 | select IBM_NEW_EMAC_ZMII |
| 160 | |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 161 | config 440GP |
| 162 | bool |
David Gibson | 1d3bb99 | 2007-08-23 13:56:01 +1000 | [diff] [blame] | 163 | select IBM_NEW_EMAC_ZMII |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 164 | |
| 165 | config 440GX |
| 166 | bool |
Josh Boyer | 4b63c3b | 2008-02-15 22:05:03 -0600 | [diff] [blame] | 167 | select IBM_NEW_EMAC_EMAC4 |
Hugh Blemings | 6bbc547 | 2007-12-21 15:39:28 +1100 | [diff] [blame] | 168 | select IBM_NEW_EMAC_RGMII |
Josh Boyer | 4b63c3b | 2008-02-15 22:05:03 -0600 | [diff] [blame] | 169 | select IBM_NEW_EMAC_ZMII #test only |
| 170 | select IBM_NEW_EMAC_TAH #test only |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 171 | |
| 172 | config 440SP |
| 173 | bool |
| 174 | |
Benjamin Herrenschmidt | 3de9c9c | 2007-12-21 15:39:34 +1100 | [diff] [blame] | 175 | config 440SPe |
Benjamin Herrenschmidt | 3de9c9c | 2007-12-21 15:39:34 +1100 | [diff] [blame] | 176 | bool |
Josh Boyer | 4b63c3b | 2008-02-15 22:05:03 -0600 | [diff] [blame] | 177 | select IBM_NEW_EMAC_EMAC4 |
Benjamin Herrenschmidt | 3de9c9c | 2007-12-21 15:39:34 +1100 | [diff] [blame] | 178 | |
Stefan Roese | 66e4b33 | 2008-02-24 08:07:52 +1100 | [diff] [blame] | 179 | config 460EX |
| 180 | bool |
| 181 | select PPC_FPU |
| 182 | select IBM_NEW_EMAC_EMAC4 |
| 183 | select IBM_NEW_EMAC_RGMII |
| 184 | select IBM_NEW_EMAC_ZMII |
| 185 | select IBM_NEW_EMAC_TAH |
| 186 | |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 187 | # 44x errata/workaround config symbols, selected by the CPU models above |
| 188 | config IBM440EP_ERR42 |
| 189 | bool |
John Linn | 39fd0e9 | 2008-07-03 07:05:04 -0700 | [diff] [blame] | 190 | |
| 191 | # Xilinx specific config options. |
| 192 | config XILINX_VIRTEX |
| 193 | bool |
| 194 | |
| 195 | # Xilinx Virtex 5 FXT FPGA architecture, selected by a Xilinx board above |
| 196 | config XILINX_VIRTEX_5_FXT |
| 197 | bool |
| 198 | select XILINX_VIRTEX |
| 199 | |