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