David Gibson | f655733 | 2007-04-18 16:36:26 +1000 | [diff] [blame] | 1 | #config BUBINGA |
| 2 | # bool "Bubinga" |
| 3 | # depends on 40x |
| 4 | # default n |
| 5 | # select 405EP |
| 6 | # help |
| 7 | # This option enables support for the IBM 405EP evaluation board. |
| 8 | |
| 9 | #config CPCI405 |
| 10 | # bool "CPCI405" |
| 11 | # depends on 40x |
| 12 | # default n |
| 13 | # select 405GP |
| 14 | # help |
| 15 | # This option enables support for the CPCI405 board. |
| 16 | |
Josh Boyer | 8105fa8 | 2008-09-03 20:58:22 -0400 | [diff] [blame] | 17 | config ACADIA |
| 18 | bool "Acadia" |
| 19 | depends on 40x |
| 20 | default n |
| 21 | select PPC40x_SIMPLE |
| 22 | select 405EZ |
| 23 | help |
| 24 | This option enables support for the AMCC 405EZ Acadia evaluation board. |
| 25 | |
Benjamin Herrenschmidt | 6197403 | 2007-12-21 15:39:26 +1100 | [diff] [blame] | 26 | config EP405 |
| 27 | bool "EP405/EP405PC" |
| 28 | depends on 40x |
| 29 | default n |
| 30 | select 405GP |
| 31 | select PCI |
| 32 | help |
| 33 | This option enables support for the EP405/EP405PC boards. |
David Gibson | f655733 | 2007-04-18 16:36:26 +1000 | [diff] [blame] | 34 | |
Solomon Peachy | 0cdf50a | 2009-08-20 10:19:47 +0000 | [diff] [blame] | 35 | config HOTFOOT |
| 36 | bool "Hotfoot" |
| 37 | depends on 40x |
| 38 | default n |
| 39 | select 405EP |
| 40 | select PPC40x_SIMPLE |
| 41 | select PCI |
| 42 | help |
| 43 | This option enables support for the ESTEEM 195E Hotfoot board. |
| 44 | |
Stefan Roese | 37b31f9 | 2007-10-11 22:08:21 +1000 | [diff] [blame] | 45 | config KILAUEA |
| 46 | bool "Kilauea" |
| 47 | depends on 40x |
| 48 | default n |
Stefan Roese | cdb159a | 2007-12-01 21:19:55 +1100 | [diff] [blame] | 49 | select 405EX |
Josh Boyer | 336ff73 | 2009-06-03 05:28:03 +0000 | [diff] [blame] | 50 | select PPC40x_SIMPLE |
Stefan Roese | 151161c | 2007-12-07 20:34:26 +1100 | [diff] [blame] | 51 | select PPC4xx_PCI_EXPRESS |
Rupjyoti Sarmah | 3fb7933 | 2011-03-29 23:10:24 +0000 | [diff] [blame] | 52 | select PCI_MSI |
| 53 | select PPC4xx_MSI |
Stefan Roese | 37b31f9 | 2007-10-11 22:08:21 +1000 | [diff] [blame] | 54 | help |
| 55 | This option enables support for the AMCC PPC405EX evaluation board. |
| 56 | |
Stefan Roese | be1e0e9 | 2007-12-21 18:10:36 +1100 | [diff] [blame] | 57 | config MAKALU |
| 58 | bool "Makalu" |
| 59 | depends on 40x |
| 60 | default n |
| 61 | select 405EX |
| 62 | select PCI |
| 63 | select PPC4xx_PCI_EXPRESS |
Josh Boyer | 194ff1c | 2009-06-03 05:24:12 +0000 | [diff] [blame] | 64 | select PPC40x_SIMPLE |
Stefan Roese | be1e0e9 | 2007-12-21 18:10:36 +1100 | [diff] [blame] | 65 | help |
| 66 | This option enables support for the AMCC PPC405EX board. |
| 67 | |
David Gibson | f655733 | 2007-04-18 16:36:26 +1000 | [diff] [blame] | 68 | #config SYCAMORE |
| 69 | # bool "Sycamore" |
| 70 | # depends on 40x |
| 71 | # default n |
| 72 | # select 405GPR |
| 73 | # help |
| 74 | # This option enables support for the IBM PPC405GPr evaluation board. |
| 75 | |
Josh Boyer | 545c069 | 2007-09-07 07:51:24 -0500 | [diff] [blame] | 76 | config WALNUT |
| 77 | bool "Walnut" |
| 78 | depends on 40x |
| 79 | default y |
| 80 | select 405GP |
Benjamin Herrenschmidt | 379865d | 2007-12-21 15:39:28 +1100 | [diff] [blame] | 81 | select PCI |
Josh Boyer | fde9d16 | 2008-02-06 07:04:58 -0600 | [diff] [blame] | 82 | select OF_RTC |
Josh Boyer | 545c069 | 2007-09-07 07:51:24 -0500 | [diff] [blame] | 83 | help |
| 84 | This option enables support for the IBM PPC405GP evaluation board. |
David Gibson | f655733 | 2007-04-18 16:36:26 +1000 | [diff] [blame] | 85 | |
Grant Likely | 36660ce | 2007-10-02 12:15:18 +1000 | [diff] [blame] | 86 | config XILINX_VIRTEX_GENERIC_BOARD |
| 87 | bool "Generic Xilinx Virtex board" |
| 88 | depends on 40x |
| 89 | default n |
| 90 | select XILINX_VIRTEX_II_PRO |
| 91 | select XILINX_VIRTEX_4_FX |
| 92 | help |
| 93 | This option enables generic support for Xilinx Virtex based boards. |
| 94 | |
| 95 | The generic virtex board support matches any device tree which |
| 96 | specifies 'xilinx,virtex' in its compatible field. This includes |
| 97 | the Xilinx ML3xx and ML4xx reference designs using the powerpc |
| 98 | core. |
| 99 | |
| 100 | Most Virtex designs should use this unless it needs to do some |
| 101 | special configuration at board probe time. |
David Gibson | f655733 | 2007-04-18 16:36:26 +1000 | [diff] [blame] | 102 | |
Josh Boyer | 8105fa8 | 2008-09-03 20:58:22 -0400 | [diff] [blame] | 103 | config PPC40x_SIMPLE |
| 104 | bool "Simple PowerPC 40x board support" |
| 105 | depends on 40x |
| 106 | default n |
| 107 | help |
| 108 | This option enables the simple PowerPC 40x platform support. |
| 109 | |
David Gibson | f655733 | 2007-04-18 16:36:26 +1000 | [diff] [blame] | 110 | # OAK doesn't exist but wanted to keep this around for any future 403GCX boards |
| 111 | config 403GCX |
| 112 | bool |
| 113 | #depends on OAK |
| 114 | select IBM405_ERR51 |
| 115 | |
| 116 | config 405GP |
| 117 | bool |
| 118 | select IBM405_ERR77 |
| 119 | select IBM405_ERR51 |
Tony Breeds | 3b3bceef | 2011-08-18 21:33:49 -0700 | [diff] [blame] | 120 | select IBM_EMAC_ZMII |
David Gibson | f655733 | 2007-04-18 16:36:26 +1000 | [diff] [blame] | 121 | |
| 122 | config 405EP |
| 123 | bool |
| 124 | |
Stefan Roese | cdb159a | 2007-12-01 21:19:55 +1100 | [diff] [blame] | 125 | config 405EX |
| 126 | bool |
Tony Breeds | 3b3bceef | 2011-08-18 21:33:49 -0700 | [diff] [blame] | 127 | select IBM_EMAC_EMAC4 |
| 128 | select IBM_EMAC_RGMII |
Stefan Roese | cdb159a | 2007-12-01 21:19:55 +1100 | [diff] [blame] | 129 | |
Josh Boyer | 8105fa8 | 2008-09-03 20:58:22 -0400 | [diff] [blame] | 130 | config 405EZ |
| 131 | bool |
Tony Breeds | 3b3bceef | 2011-08-18 21:33:49 -0700 | [diff] [blame] | 132 | select IBM_EMAC_NO_FLOW_CTRL |
| 133 | select IBM_EMAC_MAL_CLR_ICINTSTAT |
| 134 | select IBM_EMAC_MAL_COMMON_ERR |
Josh Boyer | 8105fa8 | 2008-09-03 20:58:22 -0400 | [diff] [blame] | 135 | |
David Gibson | f655733 | 2007-04-18 16:36:26 +1000 | [diff] [blame] | 136 | config 405GPR |
| 137 | bool |
| 138 | |
Grant Likely | 36660ce | 2007-10-02 12:15:18 +1000 | [diff] [blame] | 139 | config XILINX_VIRTEX |
David Gibson | f655733 | 2007-04-18 16:36:26 +1000 | [diff] [blame] | 140 | bool |
Grant Likely | 514a30d | 2009-05-14 10:23:10 -0600 | [diff] [blame] | 141 | select DEFAULT_UIMAGE |
Grant Likely | 36660ce | 2007-10-02 12:15:18 +1000 | [diff] [blame] | 142 | |
| 143 | config XILINX_VIRTEX_II_PRO |
| 144 | bool |
| 145 | select XILINX_VIRTEX |
David Gibson | f655733 | 2007-04-18 16:36:26 +1000 | [diff] [blame] | 146 | select IBM405_ERR77 |
| 147 | select IBM405_ERR51 |
| 148 | |
Grant Likely | 36660ce | 2007-10-02 12:15:18 +1000 | [diff] [blame] | 149 | config XILINX_VIRTEX_4_FX |
| 150 | bool |
| 151 | select XILINX_VIRTEX |
| 152 | |
David Gibson | f655733 | 2007-04-18 16:36:26 +1000 | [diff] [blame] | 153 | config STB03xxx |
| 154 | bool |
| 155 | select IBM405_ERR77 |
| 156 | select IBM405_ERR51 |
| 157 | |
Steven A. Falco | 878e755 | 2008-10-13 06:04:09 +0000 | [diff] [blame] | 158 | config PPC4xx_GPIO |
| 159 | bool "PPC4xx GPIO support" |
| 160 | depends on 40x |
| 161 | select ARCH_REQUIRE_GPIOLIB |
| 162 | select GENERIC_GPIO |
| 163 | help |
| 164 | Enable gpiolib support for ppc40x based boards |
| 165 | |
David Gibson | f655733 | 2007-04-18 16:36:26 +1000 | [diff] [blame] | 166 | # 40x errata/workaround config symbols, selected by the CPU models above |
| 167 | |
| 168 | # All 405-based cores up until the 405GPR and 405EP have this errata. |
| 169 | config IBM405_ERR77 |
| 170 | bool |
| 171 | |
| 172 | # All 40x-based cores, up until the 405GPR and 405EP have this errata. |
| 173 | config IBM405_ERR51 |
| 174 | bool |
| 175 | |
David Gibson | f655733 | 2007-04-18 16:36:26 +1000 | [diff] [blame] | 176 | #config BIOS_FIXUP |
| 177 | # bool |
| 178 | # depends on BUBINGA || EP405 || SYCAMORE || WALNUT |
| 179 | # default y |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 180 | |
David Gibson | f655733 | 2007-04-18 16:36:26 +1000 | [diff] [blame] | 181 | #config PPC4xx_DMA |
| 182 | # bool "PPC4xx DMA controller support" |
| 183 | # depends on 4xx |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 184 | |
David Gibson | f655733 | 2007-04-18 16:36:26 +1000 | [diff] [blame] | 185 | #config PPC4xx_EDMA |
| 186 | # bool |
| 187 | # depends on !STB03xxx && PPC4xx_DMA |
| 188 | # default y |