Boris BREZILLON | 89ebc82 | 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 | a2c74aa | 2015-07-20 19:28:28 +0800 | [diff] [blame] | 28 | config MX6UL |
| 29 | select SYS_L2CACHE_OFF |
| 30 | bool |
| 31 | |
Boris BREZILLON | 058d231 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 32 | choice |
| 33 | prompt "MX6 board select" |
Joe Hershberger | a26cd04 | 2015-05-12 14:46:23 -0500 | [diff] [blame] | 34 | optional |
Boris BREZILLON | 058d231 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 35 | |
Peng Fan | 2178282 | 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 | |
| 44 | config TARGET_CGTQMX6EVAL |
| 45 | bool "cgtqmx6eval" |
| 46 | select CPU_V7 |
| 47 | |
Nikita Kiryanov | 81f5598 | 2015-07-23 17:19:33 +0300 | [diff] [blame] | 48 | config TARGET_CM_FX6 |
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 49 | bool "CM-FX6" |
Nikita Kiryanov | 81f5598 | 2015-07-23 17:19:33 +0300 | [diff] [blame] | 50 | select SUPPORT_SPL |
| 51 | select DM |
| 52 | select DM_SERIAL |
| 53 | select DM_GPIO |
| 54 | |
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 55 | config TARGET_EMBESTMX6BOARDS |
| 56 | bool "embestmx6boards" |
| 57 | select CPU_V7 |
| 58 | |
| 59 | config TARGET_GW_VENTANA |
| 60 | bool "gw_ventana" |
| 61 | select CPU_V7 |
| 62 | select SUPPORT_SPL |
| 63 | |
| 64 | config TARGET_KOSAGI_NOVENA |
| 65 | bool "Kosagi Novena" |
| 66 | select CPU_V7 |
| 67 | select SUPPORT_SPL |
| 68 | |
| 69 | config TARGET_MX6CUBOXI |
| 70 | bool "Solid-run mx6 boards" |
| 71 | select CPU_V7 |
| 72 | select SUPPORT_SPL |
| 73 | |
| 74 | config TARGET_MX6QARM2 |
| 75 | bool "mx6qarm2" |
| 76 | select CPU_V7 |
| 77 | |
| 78 | config TARGET_MX6QSABREAUTO |
| 79 | bool "mx6qsabreauto" |
| 80 | select CPU_V7 |
| 81 | select DM |
| 82 | select DM_THERMAL |
| 83 | |
| 84 | config TARGET_MX6SABRESD |
| 85 | bool "mx6sabresd" |
| 86 | select CPU_V7 |
| 87 | select SUPPORT_SPL |
| 88 | select DM |
| 89 | select DM_THERMAL |
| 90 | |
| 91 | config TARGET_MX6SLEVK |
| 92 | bool "mx6slevk" |
| 93 | select CPU_V7 |
| 94 | |
| 95 | config TARGET_MX6SXSABRESD |
| 96 | bool "mx6sxsabresd" |
| 97 | select CPU_V7 |
| 98 | select SUPPORT_SPL |
| 99 | select DM |
| 100 | select DM_THERMAL |
| 101 | |
| 102 | config TARGET_MX6UL_14X14_EVK |
| 103 | bool "mx6ul_14x14_evk" |
| 104 | select CPU_V7 |
| 105 | select DM |
| 106 | select DM_THERMAL |
| 107 | select SUPPORT_SPL |
| 108 | |
| 109 | config TARGET_NITROGEN6X |
| 110 | bool "nitrogen6x" |
| 111 | select CPU_V7 |
| 112 | |
| 113 | config TARGET_OT1200 |
| 114 | bool "Bachmann OT1200" |
| 115 | select CPU_V7 |
| 116 | select SUPPORT_SPL |
| 117 | |
| 118 | config TARGET_PLATINUM_PICON |
| 119 | bool "platinum-picon" |
| 120 | select CPU_V7 |
| 121 | select SUPPORT_SPL |
| 122 | |
| 123 | config TARGET_PLATINUM_TITANIUM |
| 124 | bool "platinum-titanium" |
| 125 | select CPU_V7 |
| 126 | select SUPPORT_SPL |
| 127 | |
Boris BREZILLON | 058d231 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 128 | config TARGET_SECOMX6 |
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 129 | bool "secomx6 boards" |
| 130 | |
| 131 | config TARGET_TBS2910 |
Soeren Moch | c3f871c | 2015-08-13 21:08:45 +0200 | [diff] [blame] | 132 | bool "TBS2910 Matrix ARM mini PC" |
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 133 | select CPU_V7 |
| 134 | |
| 135 | config TARGET_TITANIUM |
| 136 | bool "titanium" |
| 137 | select CPU_V7 |
Boris BREZILLON | 058d231 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 138 | |
Markus Niebel | 51f6c42 | 2015-06-04 17:25:31 +0200 | [diff] [blame] | 139 | config TARGET_TQMA6 |
| 140 | bool "TQ Systems TQMa6 board" |
Markus Niebel | 51f6c42 | 2015-06-04 17:25:31 +0200 | [diff] [blame] | 141 | |
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 142 | config TARGET_UDOO |
| 143 | bool "udoo" |
| 144 | select CPU_V7 |
| 145 | select SUPPORT_SPL |
| 146 | |
| 147 | config TARGET_WANDBOARD |
| 148 | bool "wandboard" |
| 149 | select CPU_V7 |
| 150 | select SUPPORT_SPL |
| 151 | |
| 152 | config TARGET_WARP |
| 153 | bool "WaRP" |
| 154 | select CPU_V7 |
| 155 | |
Boris BREZILLON | 058d231 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 156 | endchoice |
| 157 | |
Boris BREZILLON | 89ebc82 | 2015-03-04 13:13:03 +0100 | [diff] [blame] | 158 | config SYS_SOC |
| 159 | default "mx6" |
| 160 | |
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 161 | source "board/aristainetos/Kconfig" |
| 162 | source "board/bachmann/ot1200/Kconfig" |
| 163 | source "board/barco/platinum/Kconfig" |
| 164 | source "board/barco/titanium/Kconfig" |
| 165 | source "board/boundary/nitrogen6x/Kconfig" |
| 166 | source "board/compulab/cm_fx6/Kconfig" |
| 167 | source "board/congatec/cgtqmx6eval/Kconfig" |
| 168 | source "board/embest/mx6boards/Kconfig" |
| 169 | source "board/freescale/mx6qarm2/Kconfig" |
| 170 | source "board/freescale/mx6qsabreauto/Kconfig" |
| 171 | source "board/freescale/mx6sabresd/Kconfig" |
| 172 | source "board/freescale/mx6slevk/Kconfig" |
| 173 | source "board/freescale/mx6sxsabresd/Kconfig" |
| 174 | source "board/freescale/mx6ul_14x14_evk/Kconfig" |
| 175 | source "board/gateworks/gw_ventana/Kconfig" |
| 176 | source "board/kosagi/novena/Kconfig" |
Boris BREZILLON | 058d231 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 177 | source "board/seco/Kconfig" |
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 178 | source "board/solidrun/mx6cuboxi/Kconfig" |
| 179 | source "board/tbs/tbs2910/Kconfig" |
Markus Niebel | 51f6c42 | 2015-06-04 17:25:31 +0200 | [diff] [blame] | 180 | source "board/tqc/tqma6/Kconfig" |
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 181 | source "board/udoo/Kconfig" |
| 182 | source "board/wandboard/Kconfig" |
| 183 | source "board/warp/Kconfig" |
Boris BREZILLON | 058d231 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 184 | |
Boris BREZILLON | 89ebc82 | 2015-03-04 13:13:03 +0100 | [diff] [blame] | 185 | endif |