Boris BREZILLON | 51e8266 | 2015-03-04 13:13:03 +0100 | [diff] [blame] | 1 | if ARCH_MX6 |
| 2 | |
| 3 | config MX6 |
| 4 | bool |
| 5 | default y |
| 6 | |
| 7 | config MX6D |
| 8 | bool |
| 9 | |
| 10 | config MX6DL |
| 11 | bool |
| 12 | |
| 13 | config MX6Q |
| 14 | bool |
| 15 | |
| 16 | config MX6QDL |
| 17 | bool |
| 18 | |
| 19 | config MX6S |
| 20 | bool |
| 21 | |
| 22 | config MX6SL |
| 23 | bool |
| 24 | |
| 25 | config MX6SX |
| 26 | bool |
| 27 | |
Peng Fan | 6ac4a43 | 2015-07-20 19:28:28 +0800 | [diff] [blame] | 28 | config MX6UL |
| 29 | select SYS_L2CACHE_OFF |
| 30 | bool |
| 31 | |
Boris BREZILLON | 7832bf3 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 32 | choice |
| 33 | prompt "MX6 board select" |
Joe Hershberger | f069960 | 2015-05-12 14:46:23 -0500 | [diff] [blame] | 34 | optional |
Boris BREZILLON | 7832bf3 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 35 | |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 36 | config TARGET_ARISTAINETOS |
| 37 | bool "aristainetos" |
| 38 | select CPU_V7 |
| 39 | |
| 40 | config TARGET_ARISTAINETOS2 |
| 41 | bool "aristainetos2" |
| 42 | select CPU_V7 |
| 43 | |
Heiko Schocher | 8fb9f3f | 2015-08-24 11:36:40 +0200 | [diff] [blame^] | 44 | config TARGET_ARISTAINETOS2B |
| 45 | bool "Support aristainetos2-revB" |
| 46 | select CPU_V7 |
| 47 | |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 48 | config TARGET_CGTQMX6EVAL |
| 49 | bool "cgtqmx6eval" |
| 50 | select CPU_V7 |
| 51 | |
Nikita Kiryanov | 3aea6ae | 2015-07-23 17:19:33 +0300 | [diff] [blame] | 52 | config TARGET_CM_FX6 |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 53 | bool "CM-FX6" |
Nikita Kiryanov | 3aea6ae | 2015-07-23 17:19:33 +0300 | [diff] [blame] | 54 | select SUPPORT_SPL |
| 55 | select DM |
| 56 | select DM_SERIAL |
| 57 | select DM_GPIO |
| 58 | |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 59 | config TARGET_EMBESTMX6BOARDS |
| 60 | bool "embestmx6boards" |
| 61 | select CPU_V7 |
| 62 | |
| 63 | config TARGET_GW_VENTANA |
| 64 | bool "gw_ventana" |
| 65 | select CPU_V7 |
| 66 | select SUPPORT_SPL |
| 67 | |
| 68 | config TARGET_KOSAGI_NOVENA |
| 69 | bool "Kosagi Novena" |
| 70 | select CPU_V7 |
| 71 | select SUPPORT_SPL |
| 72 | |
| 73 | config TARGET_MX6CUBOXI |
| 74 | bool "Solid-run mx6 boards" |
| 75 | select CPU_V7 |
| 76 | select SUPPORT_SPL |
| 77 | |
| 78 | config TARGET_MX6QARM2 |
| 79 | bool "mx6qarm2" |
| 80 | select CPU_V7 |
| 81 | |
| 82 | config TARGET_MX6QSABREAUTO |
| 83 | bool "mx6qsabreauto" |
| 84 | select CPU_V7 |
| 85 | select DM |
| 86 | select DM_THERMAL |
| 87 | |
| 88 | config TARGET_MX6SABRESD |
| 89 | bool "mx6sabresd" |
| 90 | select CPU_V7 |
| 91 | select SUPPORT_SPL |
| 92 | select DM |
| 93 | select DM_THERMAL |
| 94 | |
| 95 | config TARGET_MX6SLEVK |
| 96 | bool "mx6slevk" |
| 97 | select CPU_V7 |
Peng Fan | e8c50ce | 2015-08-17 16:11:05 +0800 | [diff] [blame] | 98 | select SUPPORT_SPL |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 99 | |
| 100 | config TARGET_MX6SXSABRESD |
| 101 | bool "mx6sxsabresd" |
| 102 | select CPU_V7 |
| 103 | select SUPPORT_SPL |
| 104 | select DM |
| 105 | select DM_THERMAL |
| 106 | |
| 107 | config TARGET_MX6UL_14X14_EVK |
| 108 | bool "mx6ul_14x14_evk" |
Peng Fan | cdd26f5 | 2015-08-19 15:48:58 +0800 | [diff] [blame] | 109 | select MX6UL |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 110 | select CPU_V7 |
| 111 | select DM |
| 112 | select DM_THERMAL |
| 113 | select SUPPORT_SPL |
| 114 | |
| 115 | config TARGET_NITROGEN6X |
| 116 | bool "nitrogen6x" |
| 117 | select CPU_V7 |
| 118 | |
| 119 | config TARGET_OT1200 |
| 120 | bool "Bachmann OT1200" |
| 121 | select CPU_V7 |
| 122 | select SUPPORT_SPL |
| 123 | |
| 124 | config TARGET_PLATINUM_PICON |
| 125 | bool "platinum-picon" |
| 126 | select CPU_V7 |
| 127 | select SUPPORT_SPL |
| 128 | |
| 129 | config TARGET_PLATINUM_TITANIUM |
| 130 | bool "platinum-titanium" |
| 131 | select CPU_V7 |
| 132 | select SUPPORT_SPL |
| 133 | |
Boris BREZILLON | 7832bf3 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 134 | config TARGET_SECOMX6 |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 135 | bool "secomx6 boards" |
| 136 | |
| 137 | config TARGET_TBS2910 |
Soeren Moch | 4aee78c | 2015-08-13 21:08:45 +0200 | [diff] [blame] | 138 | bool "TBS2910 Matrix ARM mini PC" |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 139 | select CPU_V7 |
| 140 | |
| 141 | config TARGET_TITANIUM |
| 142 | bool "titanium" |
| 143 | select CPU_V7 |
Boris BREZILLON | 7832bf3 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 144 | |
Markus Niebel | f665a79 | 2015-06-04 17:25:31 +0200 | [diff] [blame] | 145 | config TARGET_TQMA6 |
| 146 | bool "TQ Systems TQMa6 board" |
Markus Niebel | f665a79 | 2015-06-04 17:25:31 +0200 | [diff] [blame] | 147 | |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 148 | config TARGET_UDOO |
| 149 | bool "udoo" |
| 150 | select CPU_V7 |
| 151 | select SUPPORT_SPL |
| 152 | |
| 153 | config TARGET_WANDBOARD |
| 154 | bool "wandboard" |
| 155 | select CPU_V7 |
| 156 | select SUPPORT_SPL |
| 157 | |
| 158 | config TARGET_WARP |
| 159 | bool "WaRP" |
| 160 | select CPU_V7 |
| 161 | |
Boris BREZILLON | 7832bf3 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 162 | endchoice |
| 163 | |
Boris BREZILLON | 51e8266 | 2015-03-04 13:13:03 +0100 | [diff] [blame] | 164 | config SYS_SOC |
| 165 | default "mx6" |
| 166 | |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 167 | source "board/aristainetos/Kconfig" |
| 168 | source "board/bachmann/ot1200/Kconfig" |
| 169 | source "board/barco/platinum/Kconfig" |
| 170 | source "board/barco/titanium/Kconfig" |
| 171 | source "board/boundary/nitrogen6x/Kconfig" |
| 172 | source "board/compulab/cm_fx6/Kconfig" |
| 173 | source "board/congatec/cgtqmx6eval/Kconfig" |
| 174 | source "board/embest/mx6boards/Kconfig" |
| 175 | source "board/freescale/mx6qarm2/Kconfig" |
| 176 | source "board/freescale/mx6qsabreauto/Kconfig" |
| 177 | source "board/freescale/mx6sabresd/Kconfig" |
| 178 | source "board/freescale/mx6slevk/Kconfig" |
| 179 | source "board/freescale/mx6sxsabresd/Kconfig" |
| 180 | source "board/freescale/mx6ul_14x14_evk/Kconfig" |
| 181 | source "board/gateworks/gw_ventana/Kconfig" |
| 182 | source "board/kosagi/novena/Kconfig" |
Boris BREZILLON | 7832bf3 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 183 | source "board/seco/Kconfig" |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 184 | source "board/solidrun/mx6cuboxi/Kconfig" |
| 185 | source "board/tbs/tbs2910/Kconfig" |
Markus Niebel | f665a79 | 2015-06-04 17:25:31 +0200 | [diff] [blame] | 186 | source "board/tqc/tqma6/Kconfig" |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 187 | source "board/udoo/Kconfig" |
| 188 | source "board/wandboard/Kconfig" |
| 189 | source "board/warp/Kconfig" |
Boris BREZILLON | 7832bf3 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 190 | |
Boris BREZILLON | 51e8266 | 2015-03-04 13:13:03 +0100 | [diff] [blame] | 191 | endif |