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