Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 1 | if ARCH_MVEBU |
| 2 | |
Mario Six | 10d1449 | 2017-01-11 16:01:00 +0100 | [diff] [blame] | 3 | config HAVE_MVEBU_EFUSE |
| 4 | bool |
Mario Six | 10d1449 | 2017-01-11 16:01:00 +0100 | [diff] [blame] | 5 | |
Stefan Roese | 05b1765 | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 6 | config ARMADA_32BIT |
| 7 | bool |
Michal Simek | 7e7ba3b | 2018-07-23 15:55:15 +0200 | [diff] [blame] | 8 | select ARCH_MISC_INIT |
| 9 | select BOARD_EARLY_INIT_F |
Lokesh Vutla | 81b1a67 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 10 | select CPU_V7A |
Stefan Roese | 1f1b3e9 | 2019-04-11 08:58:32 +0200 | [diff] [blame] | 11 | select SPL_DM if SPL |
| 12 | select SPL_DM_SEQ_ALIAS if SPL |
| 13 | select SPL_OF_CONTROL if SPL |
Stefan Roese | 1e84070 | 2021-10-03 11:53:45 +0200 | [diff] [blame] | 14 | select SPL_SKIP_LOWLEVEL_INIT |
Stefan Roese | 1f1b3e9 | 2019-04-11 08:58:32 +0200 | [diff] [blame] | 15 | select SPL_SIMPLE_BUS if SPL |
Michal Simek | 7e7ba3b | 2018-07-23 15:55:15 +0200 | [diff] [blame] | 16 | select SUPPORT_SPL |
Stefan Roese | 85bddff | 2019-04-12 16:42:28 +0200 | [diff] [blame] | 17 | select TRANSLATION_OFFSET |
Stefan Roese | 05b1765 | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 18 | |
| 19 | config ARMADA_64BIT |
| 20 | bool |
| 21 | select ARM64 |
| 22 | |
| 23 | # ARMv7 SoCs... |
Stefan Roese | 9106ed0 | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 24 | config ARMADA_375 |
| 25 | bool |
Stefan Roese | 05b1765 | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 26 | select ARMADA_32BIT |
Stefan Roese | 9106ed0 | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 27 | |
Stefan Roese | eb083e5 | 2015-12-21 13:56:33 +0100 | [diff] [blame] | 28 | config ARMADA_38X |
| 29 | bool |
Stefan Roese | 05b1765 | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 30 | select ARMADA_32BIT |
Mario Six | 10d1449 | 2017-01-11 16:01:00 +0100 | [diff] [blame] | 31 | select HAVE_MVEBU_EFUSE |
Stefan Roese | eb083e5 | 2015-12-21 13:56:33 +0100 | [diff] [blame] | 32 | |
Joshua Scott | 4ba8e99 | 2020-11-09 10:14:08 +1300 | [diff] [blame] | 33 | config ARMADA_38X_HS_IMPEDANCE_THRESH |
| 34 | hex "Armada 38x USB 2.0 High-Speed Impedance Threshold (0x0 - 0x7)" |
| 35 | depends on ARMADA_38X |
| 36 | default 0x6 |
| 37 | range 0x0 0x7 |
| 38 | |
Stefan Roese | eb083e5 | 2015-12-21 13:56:33 +0100 | [diff] [blame] | 39 | config ARMADA_XP |
| 40 | bool |
Stefan Roese | 05b1765 | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 41 | select ARMADA_32BIT |
| 42 | |
| 43 | # ARMv8 SoCs... |
| 44 | config ARMADA_3700 |
| 45 | bool |
| 46 | select ARM64 |
Stefan Roese | eb083e5 | 2015-12-21 13:56:33 +0100 | [diff] [blame] | 47 | |
Stefan Roese | cb41033 | 2016-05-25 08:13:45 +0200 | [diff] [blame] | 48 | # Armada 7K and 8K are very similar - use only one Kconfig symbol for both |
| 49 | config ARMADA_8K |
| 50 | bool |
| 51 | select ARM64 |
| 52 | |
Chris Packham | 1d49668 | 2016-10-26 14:08:30 +1300 | [diff] [blame] | 53 | # Armada PLL frequency (used for NAND clock generation) |
| 54 | config SYS_MVEBU_PLL_CLOCK |
| 55 | int |
Chris Packham | a8f845e | 2019-04-11 22:22:50 +1200 | [diff] [blame] | 56 | default "2000000000" if ARMADA_XP || ARMADA_3700 || ARMADA_8K || ARMADA_MSYS |
Chris Packham | 1d49668 | 2016-10-26 14:08:30 +1300 | [diff] [blame] | 57 | default "1000000000" if ARMADA_38X || ARMADA_375 |
| 58 | |
Stefan Roese | 05b1765 | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 59 | # Armada XP/38x SoC types... |
Phil Sutter | a7f94ad | 2015-12-25 14:41:22 +0100 | [diff] [blame] | 60 | config MV78230 |
| 61 | bool |
| 62 | select ARMADA_XP |
| 63 | |
| 64 | config MV78260 |
| 65 | bool |
| 66 | select ARMADA_XP |
Simon Glass | 203b3ab | 2017-06-14 21:28:24 -0600 | [diff] [blame] | 67 | imply CMD_SATA |
Phil Sutter | a7f94ad | 2015-12-25 14:41:22 +0100 | [diff] [blame] | 68 | |
| 69 | config MV78460 |
| 70 | bool |
| 71 | select ARMADA_XP |
| 72 | |
Chris Packham | a8f845e | 2019-04-11 22:22:50 +1200 | [diff] [blame] | 73 | config ARMADA_MSYS |
| 74 | bool |
| 75 | select ARMADA_32BIT |
| 76 | |
| 77 | config 98DX4251 |
| 78 | bool |
| 79 | select ARMADA_MSYS |
| 80 | |
| 81 | config 98DX3336 |
| 82 | bool |
| 83 | select ARMADA_MSYS |
| 84 | |
| 85 | config 98DX3236 |
| 86 | bool |
| 87 | select ARMADA_MSYS |
| 88 | |
Chris Packham | f5fc25b | 2016-09-22 12:56:13 +1200 | [diff] [blame] | 89 | config 88F6820 |
Phil Sutter | a7f94ad | 2015-12-25 14:41:22 +0100 | [diff] [blame] | 90 | bool |
| 91 | select ARMADA_38X |
| 92 | |
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 93 | choice |
Stefan Roese | cb41033 | 2016-05-25 08:13:45 +0200 | [diff] [blame] | 94 | prompt "Armada XP/375/38x/3700/7K/8K board select" |
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 95 | optional |
| 96 | |
Stefan Roese | 7360640 | 2015-10-20 15:14:47 +0200 | [diff] [blame] | 97 | config TARGET_CLEARFOG |
| 98 | bool "Support ClearFog" |
Chris Packham | f5fc25b | 2016-09-22 12:56:13 +1200 | [diff] [blame] | 99 | select 88F6820 |
Baruch Siach | 1c5e95d | 2020-01-20 14:20:13 +0200 | [diff] [blame] | 100 | select BOARD_LATE_INIT |
Stefan Roese | 7360640 | 2015-10-20 15:14:47 +0200 | [diff] [blame] | 101 | |
Dennis Gilmore | 77c3940 | 2018-06-11 19:39:53 -0500 | [diff] [blame] | 102 | config TARGET_HELIOS4 |
| 103 | bool "Support Helios4" |
| 104 | select 88F6820 |
| 105 | |
Konstantin Porotchkin | 7f8dfea | 2017-02-16 13:52:22 +0200 | [diff] [blame] | 106 | config TARGET_MVEBU_ARMADA_37XX |
| 107 | bool "Support Armada 37xx platforms" |
Stefan Roese | 6edf27e | 2016-05-17 15:04:16 +0200 | [diff] [blame] | 108 | select ARMADA_3700 |
Simon Glass | 0e5faf0 | 2017-06-14 21:28:21 -0600 | [diff] [blame] | 109 | imply SCSI |
Stefan Roese | 6edf27e | 2016-05-17 15:04:16 +0200 | [diff] [blame] | 110 | |
Stefan Roese | 9106ed0 | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 111 | config TARGET_DB_88F6720 |
| 112 | bool "Support DB-88F6720 Armada 375" |
| 113 | select ARMADA_375 |
| 114 | |
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 115 | config TARGET_DB_88F6820_GP |
| 116 | bool "Support DB-88F6820-GP" |
Chris Packham | f5fc25b | 2016-09-22 12:56:13 +1200 | [diff] [blame] | 117 | select 88F6820 |
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 118 | |
Chris Packham | a90dd4c | 2016-09-22 12:56:14 +1200 | [diff] [blame] | 119 | config TARGET_DB_88F6820_AMC |
| 120 | bool "Support DB-88F6820-AMC" |
| 121 | select 88F6820 |
| 122 | |
Marek Behún | 09e16b8 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 123 | config TARGET_TURRIS_OMNIA |
| 124 | bool "Support Turris Omnia" |
| 125 | select 88F6820 |
Marek Behún | 0f2e66a | 2019-05-02 16:53:37 +0200 | [diff] [blame] | 126 | select BOARD_LATE_INIT |
Marek Behún | 1e4cbb9 | 2019-05-02 16:53:28 +0200 | [diff] [blame] | 127 | select DM_I2C |
| 128 | select I2C_MUX |
| 129 | select I2C_MUX_PCA954x |
| 130 | select SPL_I2C_MUX |
Marek Behún | ca6095b | 2021-10-09 19:33:45 +0200 | [diff] [blame^] | 131 | select SPL_SYS_MALLOC_SIMPLE |
Marek Behún | 1e4cbb9 | 2019-05-02 16:53:28 +0200 | [diff] [blame] | 132 | select SYS_I2C_MVTWSI |
Marek Behún | 5e92efe | 2019-05-02 16:53:32 +0200 | [diff] [blame] | 133 | select ATSHA204A |
Marek Behún | 09e16b8 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 134 | |
Marek Behún | f835bed | 2018-04-24 17:21:31 +0200 | [diff] [blame] | 135 | config TARGET_TURRIS_MOX |
| 136 | bool "Support Turris Mox" |
| 137 | select ARMADA_3700 |
| 138 | |
Stefan Roese | 5c806f1 | 2016-10-25 10:56:19 +0200 | [diff] [blame] | 139 | config TARGET_MVEBU_ARMADA_8K |
| 140 | bool "Support Armada 7k/8k platforms" |
Stefan Roese | 7be1b9b | 2016-05-25 08:21:21 +0200 | [diff] [blame] | 141 | select ARMADA_8K |
Tom Rini | 22d567e | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 142 | select BOARD_LATE_INIT |
Simon Glass | 0e5faf0 | 2017-06-14 21:28:21 -0600 | [diff] [blame] | 143 | imply SCSI |
Stefan Roese | 7be1b9b | 2016-05-25 08:21:21 +0200 | [diff] [blame] | 144 | |
Konstantin Porotchkin | 1d6ff1f | 2021-03-16 17:20:57 +0100 | [diff] [blame] | 145 | config TARGET_OCTEONTX2_CN913x |
| 146 | bool "Support CN913x platforms" |
| 147 | select ARMADA_8K |
| 148 | imply BOARD_EARLY_INIT_R |
| 149 | select BOARD_LATE_INIT |
| 150 | imply SCSI |
| 151 | |
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 152 | config TARGET_DB_MV784MP_GP |
| 153 | bool "Support db-mv784mp-gp" |
Phil Sutter | a7f94ad | 2015-12-25 14:41:22 +0100 | [diff] [blame] | 154 | select MV78460 |
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 155 | |
Phil Sutter | d76eba6 | 2015-12-25 14:41:25 +0100 | [diff] [blame] | 156 | config TARGET_DS414 |
| 157 | bool "Support Synology DS414" |
| 158 | select MV78230 |
| 159 | |
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 160 | config TARGET_MAXBCM |
| 161 | bool "Support maxbcm" |
Phil Sutter | a7f94ad | 2015-12-25 14:41:22 +0100 | [diff] [blame] | 162 | select MV78460 |
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 163 | |
Stefan Roese | 459e064 | 2016-01-20 08:13:29 +0100 | [diff] [blame] | 164 | config TARGET_THEADORABLE |
| 165 | bool "Support theadorable Armada XP" |
Tom Rini | 22d567e | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 166 | select BOARD_LATE_INIT if USB |
Stefan Roese | 459e064 | 2016-01-20 08:13:29 +0100 | [diff] [blame] | 167 | select MV78260 |
Simon Glass | 203b3ab | 2017-06-14 21:28:24 -0600 | [diff] [blame] | 168 | imply CMD_SATA |
Stefan Roese | 459e064 | 2016-01-20 08:13:29 +0100 | [diff] [blame] | 169 | |
Dirk Eibach | fb60594 | 2017-02-22 16:07:23 +0100 | [diff] [blame] | 170 | config TARGET_CONTROLCENTERDC |
| 171 | bool "Support CONTROLCENTERDC" |
| 172 | select 88F6820 |
| 173 | |
Chris Packham | b55b2c9 | 2019-01-10 21:01:00 +1300 | [diff] [blame] | 174 | config TARGET_X530 |
| 175 | bool "Support Allied Telesis x530" |
| 176 | select 88F6820 |
| 177 | |
Chris Packham | 199e318 | 2019-04-11 22:22:53 +1200 | [diff] [blame] | 178 | config TARGET_DB_XC3_24G4XG |
| 179 | bool "Support DB-XC3-24G4XG" |
| 180 | select 98DX3336 |
| 181 | |
Luka Kovacic | 25acb8b | 2020-05-26 20:17:50 +0200 | [diff] [blame] | 182 | config TARGET_CRS3XX_98DX3236 |
| 183 | bool "Support CRS3XX-98DX3236" |
Luka Kovacic | b686e22 | 2019-05-07 19:35:55 +0200 | [diff] [blame] | 184 | select 98DX3236 |
| 185 | |
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 186 | endchoice |
| 187 | |
Tom Rini | 5918039 | 2021-08-21 13:50:13 -0400 | [diff] [blame] | 188 | choice |
| 189 | prompt "DDR bus width" |
| 190 | default DDR_64BIT |
| 191 | depends on ARMADA_XP |
| 192 | |
| 193 | config DDR_64BIT |
| 194 | bool "64bit bus width" |
| 195 | |
| 196 | config DDR_32BIT |
| 197 | bool "32bit bus width" |
| 198 | |
| 199 | endchoice |
| 200 | |
Tom Rini | 592bcd0 | 2021-08-21 13:50:15 -0400 | [diff] [blame] | 201 | config DDR_LOG_LEVEL |
| 202 | int "DDR training code log level" |
| 203 | depends on ARMADA_XP |
| 204 | default 0 |
| 205 | range 0 3 |
| 206 | help |
| 207 | Amount of information provided on error while running the DDR |
| 208 | training code. At level 0, provides an error code in a case of |
| 209 | failure, RL, WL errors and other algorithm failure. At level 1, |
| 210 | provides the D-Unit setup (SPD/Static configuration). At level 2, |
| 211 | provides the windows margin as a results of DQS centeralization. |
| 212 | At level 3, rovides the windows margin of each DQ as a results of |
| 213 | DQS centeralization. |
| 214 | |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 215 | config SYS_BOARD |
| 216 | default "clearfog" if TARGET_CLEARFOG |
Dennis Gilmore | 77c3940 | 2018-06-11 19:39:53 -0500 | [diff] [blame] | 217 | default "helios4" if TARGET_HELIOS4 |
Konstantin Porotchkin | 7f8dfea | 2017-02-16 13:52:22 +0200 | [diff] [blame] | 218 | default "mvebu_armada-37xx" if TARGET_MVEBU_ARMADA_37XX |
Stefan Roese | 9106ed0 | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 219 | default "db-88f6720" if TARGET_DB_88F6720 |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 220 | default "db-88f6820-gp" if TARGET_DB_88F6820_GP |
Chris Packham | a90dd4c | 2016-09-22 12:56:14 +1200 | [diff] [blame] | 221 | default "db-88f6820-amc" if TARGET_DB_88F6820_AMC |
Marek Behún | 09e16b8 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 222 | default "turris_omnia" if TARGET_TURRIS_OMNIA |
Marek Behún | f835bed | 2018-04-24 17:21:31 +0200 | [diff] [blame] | 223 | default "turris_mox" if TARGET_TURRIS_MOX |
Stefan Roese | 5c806f1 | 2016-10-25 10:56:19 +0200 | [diff] [blame] | 224 | default "mvebu_armada-8k" if TARGET_MVEBU_ARMADA_8K |
Konstantin Porotchkin | 1d6ff1f | 2021-03-16 17:20:57 +0100 | [diff] [blame] | 225 | default "octeontx2_cn913x" if TARGET_OCTEONTX2_CN913x |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 226 | default "db-mv784mp-gp" if TARGET_DB_MV784MP_GP |
Phil Sutter | d76eba6 | 2015-12-25 14:41:25 +0100 | [diff] [blame] | 227 | default "ds414" if TARGET_DS414 |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 228 | default "maxbcm" if TARGET_MAXBCM |
Stefan Roese | 459e064 | 2016-01-20 08:13:29 +0100 | [diff] [blame] | 229 | default "theadorable" if TARGET_THEADORABLE |
Baruch Siach | daa6f08 | 2018-06-18 21:56:23 +0300 | [diff] [blame] | 230 | default "a38x" if TARGET_CONTROLCENTERDC |
Chris Packham | b55b2c9 | 2019-01-10 21:01:00 +1300 | [diff] [blame] | 231 | default "x530" if TARGET_X530 |
Chris Packham | 199e318 | 2019-04-11 22:22:53 +1200 | [diff] [blame] | 232 | default "db-xc3-24g4xg" if TARGET_DB_XC3_24G4XG |
Luka Kovacic | 25acb8b | 2020-05-26 20:17:50 +0200 | [diff] [blame] | 233 | default "crs3xx-98dx3236" if TARGET_CRS3XX_98DX3236 |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 234 | |
| 235 | config SYS_CONFIG_NAME |
| 236 | default "clearfog" if TARGET_CLEARFOG |
Dennis Gilmore | 77c3940 | 2018-06-11 19:39:53 -0500 | [diff] [blame] | 237 | default "helios4" if TARGET_HELIOS4 |
Konstantin Porotchkin | 7f8dfea | 2017-02-16 13:52:22 +0200 | [diff] [blame] | 238 | default "mvebu_armada-37xx" if TARGET_MVEBU_ARMADA_37XX |
Stefan Roese | 9106ed0 | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 239 | default "db-88f6720" if TARGET_DB_88F6720 |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 240 | default "db-88f6820-gp" if TARGET_DB_88F6820_GP |
Chris Packham | a90dd4c | 2016-09-22 12:56:14 +1200 | [diff] [blame] | 241 | default "db-88f6820-amc" if TARGET_DB_88F6820_AMC |
Stefan Roese | 5c806f1 | 2016-10-25 10:56:19 +0200 | [diff] [blame] | 242 | default "mvebu_armada-8k" if TARGET_MVEBU_ARMADA_8K |
Konstantin Porotchkin | 1d6ff1f | 2021-03-16 17:20:57 +0100 | [diff] [blame] | 243 | default "mvebu_armada-8k" if TARGET_OCTEONTX2_CN913x |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 244 | default "db-mv784mp-gp" if TARGET_DB_MV784MP_GP |
Phil Sutter | d76eba6 | 2015-12-25 14:41:25 +0100 | [diff] [blame] | 245 | default "ds414" if TARGET_DS414 |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 246 | default "maxbcm" if TARGET_MAXBCM |
Stefan Roese | 459e064 | 2016-01-20 08:13:29 +0100 | [diff] [blame] | 247 | default "theadorable" if TARGET_THEADORABLE |
Marek Behún | 09e16b8 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 248 | default "turris_omnia" if TARGET_TURRIS_OMNIA |
Marek Behún | f835bed | 2018-04-24 17:21:31 +0200 | [diff] [blame] | 249 | default "turris_mox" if TARGET_TURRIS_MOX |
Baruch Siach | daa6f08 | 2018-06-18 21:56:23 +0300 | [diff] [blame] | 250 | default "controlcenterdc" if TARGET_CONTROLCENTERDC |
Chris Packham | b55b2c9 | 2019-01-10 21:01:00 +1300 | [diff] [blame] | 251 | default "x530" if TARGET_X530 |
Chris Packham | 199e318 | 2019-04-11 22:22:53 +1200 | [diff] [blame] | 252 | default "db-xc3-24g4xg" if TARGET_DB_XC3_24G4XG |
Luka Kovacic | 25acb8b | 2020-05-26 20:17:50 +0200 | [diff] [blame] | 253 | default "crs3xx-98dx3236" if TARGET_CRS3XX_98DX3236 |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 254 | |
| 255 | config SYS_VENDOR |
| 256 | default "Marvell" if TARGET_DB_MV784MP_GP |
Konstantin Porotchkin | 7f8dfea | 2017-02-16 13:52:22 +0200 | [diff] [blame] | 257 | default "Marvell" if TARGET_MVEBU_ARMADA_37XX |
Stefan Roese | 9106ed0 | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 258 | default "Marvell" if TARGET_DB_88F6720 |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 259 | default "Marvell" if TARGET_DB_88F6820_GP |
Chris Packham | a90dd4c | 2016-09-22 12:56:14 +1200 | [diff] [blame] | 260 | default "Marvell" if TARGET_DB_88F6820_AMC |
Stefan Roese | 5c806f1 | 2016-10-25 10:56:19 +0200 | [diff] [blame] | 261 | default "Marvell" if TARGET_MVEBU_ARMADA_8K |
Konstantin Porotchkin | 1d6ff1f | 2021-03-16 17:20:57 +0100 | [diff] [blame] | 262 | default "Marvell" if TARGET_OCTEONTX2_CN913x |
Chris Packham | 199e318 | 2019-04-11 22:22:53 +1200 | [diff] [blame] | 263 | default "Marvell" if TARGET_DB_XC3_24G4XG |
| 264 | default "Marvell" if TARGET_MVEBU_DB_88F7040 |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 265 | default "solidrun" if TARGET_CLEARFOG |
Dennis Gilmore | 77c3940 | 2018-06-11 19:39:53 -0500 | [diff] [blame] | 266 | default "kobol" if TARGET_HELIOS4 |
Phil Sutter | d76eba6 | 2015-12-25 14:41:25 +0100 | [diff] [blame] | 267 | default "Synology" if TARGET_DS414 |
Marek Behún | 09e16b8 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 268 | default "CZ.NIC" if TARGET_TURRIS_OMNIA |
Marek Behún | f835bed | 2018-04-24 17:21:31 +0200 | [diff] [blame] | 269 | default "CZ.NIC" if TARGET_TURRIS_MOX |
Baruch Siach | daa6f08 | 2018-06-18 21:56:23 +0300 | [diff] [blame] | 270 | default "gdsys" if TARGET_CONTROLCENTERDC |
Chris Packham | b55b2c9 | 2019-01-10 21:01:00 +1300 | [diff] [blame] | 271 | default "alliedtelesis" if TARGET_X530 |
Luka Kovacic | 25acb8b | 2020-05-26 20:17:50 +0200 | [diff] [blame] | 272 | default "mikrotik" if TARGET_CRS3XX_98DX3236 |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 273 | |
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 274 | config SYS_SOC |
| 275 | default "mvebu" |
| 276 | |
Marek Behún | 09e16b8 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 277 | choice |
Baruch Siach | 8d196a4 | 2018-06-18 21:56:24 +0300 | [diff] [blame] | 278 | prompt "Boot method" |
Joel Johnson | a2018ab | 2020-04-17 01:19:05 -0600 | [diff] [blame] | 279 | depends on SPL |
Marek Behún | 09e16b8 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 280 | |
Baruch Siach | 8d196a4 | 2018-06-18 21:56:24 +0300 | [diff] [blame] | 281 | config MVEBU_SPL_BOOT_DEVICE_SPI |
Marek Behún | 09e16b8 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 282 | bool "SPI NOR flash" |
Joel Johnson | a2018ab | 2020-04-17 01:19:05 -0600 | [diff] [blame] | 283 | imply ENV_IS_IN_SPI_FLASH |
Pali Rohár | cf97b82 | 2021-07-23 11:14:29 +0200 | [diff] [blame] | 284 | imply SPL_DM_SPI |
| 285 | imply SPL_SPI_FLASH_SUPPORT |
| 286 | imply SPL_SPI_LOAD |
Simon Glass | a582047 | 2021-08-08 12:20:14 -0600 | [diff] [blame] | 287 | imply SPL_SPI |
Pali Rohár | a3a38e5 | 2021-07-23 11:14:25 +0200 | [diff] [blame] | 288 | select SPL_BOOTROM_SUPPORT |
Marek Behún | 09e16b8 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 289 | |
Baruch Siach | 8d196a4 | 2018-06-18 21:56:24 +0300 | [diff] [blame] | 290 | config MVEBU_SPL_BOOT_DEVICE_MMC |
Marek Behún | 09e16b8 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 291 | bool "SDIO/MMC card" |
Joel Johnson | a2018ab | 2020-04-17 01:19:05 -0600 | [diff] [blame] | 292 | imply ENV_IS_IN_MMC |
| 293 | # GPIO needed for eMMC/SD card presence detection |
Pali Rohár | cf97b82 | 2021-07-23 11:14:29 +0200 | [diff] [blame] | 294 | imply SPL_DM_GPIO |
| 295 | imply SPL_DM_MMC |
| 296 | imply SPL_GPIO |
| 297 | imply SPL_LIBDISK_SUPPORT |
Simon Glass | b58bfe0 | 2021-08-08 12:20:09 -0600 | [diff] [blame] | 298 | imply SPL_MMC |
Pali Rohár | a3a38e5 | 2021-07-23 11:14:25 +0200 | [diff] [blame] | 299 | select SPL_BOOTROM_SUPPORT |
Marek Behún | 09e16b8 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 300 | |
Baruch Siach | b936a27 | 2019-05-16 13:03:58 +0300 | [diff] [blame] | 301 | config MVEBU_SPL_BOOT_DEVICE_SATA |
| 302 | bool "SATA" |
Simon Glass | 081a45a | 2021-08-08 12:20:17 -0600 | [diff] [blame] | 303 | imply SPL_SATA |
Pali Rohár | cf97b82 | 2021-07-23 11:14:29 +0200 | [diff] [blame] | 304 | imply SPL_LIBDISK_SUPPORT |
Pali Rohár | a3a38e5 | 2021-07-23 11:14:25 +0200 | [diff] [blame] | 305 | select SPL_BOOTROM_SUPPORT |
Baruch Siach | b936a27 | 2019-05-16 13:03:58 +0300 | [diff] [blame] | 306 | |
Baruch Siach | b35c447 | 2018-06-18 21:56:26 +0300 | [diff] [blame] | 307 | config MVEBU_SPL_BOOT_DEVICE_UART |
| 308 | bool "UART" |
Pali Rohár | a3a38e5 | 2021-07-23 11:14:25 +0200 | [diff] [blame] | 309 | select SPL_BOOTROM_SUPPORT |
Baruch Siach | b35c447 | 2018-06-18 21:56:26 +0300 | [diff] [blame] | 310 | |
Marek Behún | 09e16b8 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 311 | endchoice |
| 312 | |
Mario Six | 10d1449 | 2017-01-11 16:01:00 +0100 | [diff] [blame] | 313 | config MVEBU_EFUSE |
| 314 | bool "Enable eFuse support" |
Mario Six | 10d1449 | 2017-01-11 16:01:00 +0100 | [diff] [blame] | 315 | depends on HAVE_MVEBU_EFUSE |
| 316 | help |
| 317 | Enable support for reading and writing eFuses on mvebu SoCs. |
| 318 | |
| 319 | config MVEBU_EFUSE_FAKE |
| 320 | bool "Fake eFuse access (dry run)" |
Mario Six | 10d1449 | 2017-01-11 16:01:00 +0100 | [diff] [blame] | 321 | depends on MVEBU_EFUSE |
| 322 | help |
| 323 | This enables a "dry run" mode where eFuses are not really programmed. |
| 324 | Instead the eFuse accesses are emulated by writing to and reading |
| 325 | from a memory block. |
| 326 | This is can be used for testing prog scripts. |
| 327 | |
| 328 | config SECURED_MODE_IMAGE |
| 329 | bool "Build image for trusted boot" |
| 330 | default false |
| 331 | depends on 88F6820 |
| 332 | help |
| 333 | Build an image that employs the ARMADA SoC's trusted boot framework |
| 334 | for securely booting images. |
| 335 | |
| 336 | config SECURED_MODE_CSK_INDEX |
| 337 | int "Index of active CSK" |
| 338 | default 0 |
| 339 | depends on SECURED_MODE_IMAGE |
| 340 | |
Joel Johnson | 28bf4ca | 2020-03-23 14:21:32 -0600 | [diff] [blame] | 341 | source "board/solidrun/clearfog/Kconfig" |
Dennis Gilmore | 838e49b | 2020-12-08 21:07:36 -0600 | [diff] [blame] | 342 | source "board/kobol/helios4/Kconfig" |
Joel Johnson | 28bf4ca | 2020-03-23 14:21:32 -0600 | [diff] [blame] | 343 | |
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 344 | endif |