Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 1 | if ARCH_MVEBU |
| 2 | |
Mario Six | a1b6b0a | 2017-01-11 16:01:00 +0100 | [diff] [blame] | 3 | config HAVE_MVEBU_EFUSE |
| 4 | bool |
| 5 | default n |
| 6 | |
Stefan Roese | f61aefc | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 7 | config ARMADA_32BIT |
| 8 | bool |
| 9 | select CPU_V7 |
| 10 | select SUPPORT_SPL |
| 11 | select SPL_DM |
| 12 | select SPL_DM_SEQ_ALIAS |
| 13 | select SPL_OF_CONTROL |
| 14 | select SPL_SIMPLE_BUS |
Simon Glass | a5d6754 | 2017-01-23 13:31:20 -0700 | [diff] [blame] | 15 | select BOARD_EARLY_INIT_F |
Simon Glass | 4585601 | 2017-01-23 13:31:21 -0700 | [diff] [blame] | 16 | select ARCH_MISC_INIT |
Stefan Roese | f61aefc | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 17 | |
| 18 | config ARMADA_64BIT |
| 19 | bool |
| 20 | select ARM64 |
| 21 | |
| 22 | # ARMv7 SoCs... |
Stefan Roese | 606576d | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 23 | config ARMADA_375 |
| 24 | bool |
Stefan Roese | f61aefc | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 25 | select ARMADA_32BIT |
Stefan Roese | 606576d | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 26 | |
Stefan Roese | 81e33f4 | 2015-12-21 13:56:33 +0100 | [diff] [blame] | 27 | config ARMADA_38X |
| 28 | bool |
Stefan Roese | f61aefc | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 29 | select ARMADA_32BIT |
Mario Six | a1b6b0a | 2017-01-11 16:01:00 +0100 | [diff] [blame] | 30 | select HAVE_MVEBU_EFUSE |
Stefan Roese | 81e33f4 | 2015-12-21 13:56:33 +0100 | [diff] [blame] | 31 | |
| 32 | config ARMADA_XP |
| 33 | bool |
Stefan Roese | f61aefc | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 34 | select ARMADA_32BIT |
Stefan Roese | 81e33f4 | 2015-12-21 13:56:33 +0100 | [diff] [blame] | 35 | |
Stefan Roese | f61aefc | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 36 | # ARMv8 SoCs... |
| 37 | config ARMADA_3700 |
| 38 | bool |
| 39 | select ARM64 |
| 40 | |
Stefan Roese | 21b29fc | 2016-05-25 08:13:45 +0200 | [diff] [blame] | 41 | # Armada 7K and 8K are very similar - use only one Kconfig symbol for both |
| 42 | config ARMADA_8K |
| 43 | bool |
| 44 | select ARM64 |
| 45 | |
Chris Packham | a53d97a | 2016-10-26 14:08:30 +1300 | [diff] [blame] | 46 | # Armada PLL frequency (used for NAND clock generation) |
| 47 | config SYS_MVEBU_PLL_CLOCK |
| 48 | int |
| 49 | default "2000000000" if ARMADA_XP || ARMADA_3700 || ARMADA_8K |
| 50 | default "1000000000" if ARMADA_38X || ARMADA_375 |
| 51 | |
Stefan Roese | f61aefc | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 52 | # Armada XP/38x SoC types... |
Phil Sutter | 4290252 | 2015-12-25 14:41:22 +0100 | [diff] [blame] | 53 | config MV78230 |
| 54 | bool |
| 55 | select ARMADA_XP |
| 56 | |
| 57 | config MV78260 |
| 58 | bool |
| 59 | select ARMADA_XP |
Simon Glass | 3bf926c | 2017-06-14 21:28:24 -0600 | [diff] [blame] | 60 | imply CMD_SATA |
Phil Sutter | 4290252 | 2015-12-25 14:41:22 +0100 | [diff] [blame] | 61 | |
| 62 | config MV78460 |
| 63 | bool |
| 64 | select ARMADA_XP |
| 65 | |
Chris Packham | 53d601f | 2016-09-22 12:56:13 +1200 | [diff] [blame] | 66 | config 88F6820 |
Phil Sutter | 4290252 | 2015-12-25 14:41:22 +0100 | [diff] [blame] | 67 | bool |
| 68 | select ARMADA_38X |
| 69 | |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 70 | choice |
Stefan Roese | 21b29fc | 2016-05-25 08:13:45 +0200 | [diff] [blame] | 71 | prompt "Armada XP/375/38x/3700/7K/8K board select" |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 72 | optional |
| 73 | |
Stefan Roese | 0299c90 | 2015-10-20 15:14:47 +0200 | [diff] [blame] | 74 | config TARGET_CLEARFOG |
| 75 | bool "Support ClearFog" |
Chris Packham | 53d601f | 2016-09-22 12:56:13 +1200 | [diff] [blame] | 76 | select 88F6820 |
Stefan Roese | 0299c90 | 2015-10-20 15:14:47 +0200 | [diff] [blame] | 77 | |
Konstantin Porotchkin | c5330ae | 2017-02-16 13:52:22 +0200 | [diff] [blame] | 78 | config TARGET_MVEBU_ARMADA_37XX |
| 79 | bool "Support Armada 37xx platforms" |
Stefan Roese | 01e62c7 | 2016-05-17 15:04:16 +0200 | [diff] [blame] | 80 | select ARMADA_3700 |
Simon Glass | fedb428 | 2017-06-14 21:28:21 -0600 | [diff] [blame] | 81 | imply SCSI |
Stefan Roese | 01e62c7 | 2016-05-17 15:04:16 +0200 | [diff] [blame] | 82 | |
Stefan Roese | 606576d | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 83 | config TARGET_DB_88F6720 |
| 84 | bool "Support DB-88F6720 Armada 375" |
| 85 | select ARMADA_375 |
| 86 | |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 87 | config TARGET_DB_88F6820_GP |
| 88 | bool "Support DB-88F6820-GP" |
Chris Packham | 53d601f | 2016-09-22 12:56:13 +1200 | [diff] [blame] | 89 | select 88F6820 |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 90 | |
Chris Packham | c0def24 | 2016-09-22 12:56:14 +1200 | [diff] [blame] | 91 | config TARGET_DB_88F6820_AMC |
| 92 | bool "Support DB-88F6820-AMC" |
| 93 | select 88F6820 |
| 94 | |
Marek Behún | b6ee860 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 95 | config TARGET_TURRIS_OMNIA |
| 96 | bool "Support Turris Omnia" |
| 97 | select 88F6820 |
| 98 | |
Stefan Roese | 633fa0e | 2016-10-25 10:56:19 +0200 | [diff] [blame] | 99 | config TARGET_MVEBU_ARMADA_8K |
| 100 | bool "Support Armada 7k/8k platforms" |
Stefan Roese | 6f8c2d4 | 2016-05-25 08:21:21 +0200 | [diff] [blame] | 101 | select ARMADA_8K |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 102 | select BOARD_LATE_INIT |
Simon Glass | fedb428 | 2017-06-14 21:28:21 -0600 | [diff] [blame] | 103 | imply SCSI |
Stefan Roese | 6f8c2d4 | 2016-05-25 08:21:21 +0200 | [diff] [blame] | 104 | |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 105 | config TARGET_DB_MV784MP_GP |
| 106 | bool "Support db-mv784mp-gp" |
Phil Sutter | 4290252 | 2015-12-25 14:41:22 +0100 | [diff] [blame] | 107 | select MV78460 |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 108 | |
Phil Sutter | aefb8f4 | 2015-12-25 14:41:25 +0100 | [diff] [blame] | 109 | config TARGET_DS414 |
| 110 | bool "Support Synology DS414" |
| 111 | select MV78230 |
| 112 | |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 113 | config TARGET_MAXBCM |
| 114 | bool "Support maxbcm" |
Phil Sutter | 4290252 | 2015-12-25 14:41:22 +0100 | [diff] [blame] | 115 | select MV78460 |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 116 | |
Stefan Roese | b20c38a | 2016-01-20 08:13:29 +0100 | [diff] [blame] | 117 | config TARGET_THEADORABLE |
| 118 | bool "Support theadorable Armada XP" |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 119 | select BOARD_LATE_INIT if USB |
Stefan Roese | b20c38a | 2016-01-20 08:13:29 +0100 | [diff] [blame] | 120 | select MV78260 |
Simon Glass | 3bf926c | 2017-06-14 21:28:24 -0600 | [diff] [blame] | 121 | imply CMD_SATA |
Stefan Roese | b20c38a | 2016-01-20 08:13:29 +0100 | [diff] [blame] | 122 | |
Dirk Eibach | 6008326 | 2017-02-22 16:07:23 +0100 | [diff] [blame] | 123 | config TARGET_CONTROLCENTERDC |
| 124 | bool "Support CONTROLCENTERDC" |
| 125 | select 88F6820 |
| 126 | |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 127 | endchoice |
| 128 | |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 129 | config SYS_BOARD |
| 130 | default "clearfog" if TARGET_CLEARFOG |
Konstantin Porotchkin | c5330ae | 2017-02-16 13:52:22 +0200 | [diff] [blame] | 131 | default "mvebu_armada-37xx" if TARGET_MVEBU_ARMADA_37XX |
Stefan Roese | 606576d | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 132 | default "db-88f6720" if TARGET_DB_88F6720 |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 133 | default "db-88f6820-gp" if TARGET_DB_88F6820_GP |
Chris Packham | c0def24 | 2016-09-22 12:56:14 +1200 | [diff] [blame] | 134 | default "db-88f6820-amc" if TARGET_DB_88F6820_AMC |
Marek Behún | b6ee860 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 135 | default "turris_omnia" if TARGET_TURRIS_OMNIA |
Stefan Roese | 633fa0e | 2016-10-25 10:56:19 +0200 | [diff] [blame] | 136 | default "mvebu_armada-8k" if TARGET_MVEBU_ARMADA_8K |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 137 | default "db-mv784mp-gp" if TARGET_DB_MV784MP_GP |
Phil Sutter | aefb8f4 | 2015-12-25 14:41:25 +0100 | [diff] [blame] | 138 | default "ds414" if TARGET_DS414 |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 139 | default "maxbcm" if TARGET_MAXBCM |
Stefan Roese | b20c38a | 2016-01-20 08:13:29 +0100 | [diff] [blame] | 140 | default "theadorable" if TARGET_THEADORABLE |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 141 | |
| 142 | config SYS_CONFIG_NAME |
| 143 | default "clearfog" if TARGET_CLEARFOG |
Konstantin Porotchkin | c5330ae | 2017-02-16 13:52:22 +0200 | [diff] [blame] | 144 | default "mvebu_armada-37xx" if TARGET_MVEBU_ARMADA_37XX |
Stefan Roese | 606576d | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 145 | default "db-88f6720" if TARGET_DB_88F6720 |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 146 | default "db-88f6820-gp" if TARGET_DB_88F6820_GP |
Chris Packham | c0def24 | 2016-09-22 12:56:14 +1200 | [diff] [blame] | 147 | default "db-88f6820-amc" if TARGET_DB_88F6820_AMC |
Stefan Roese | 633fa0e | 2016-10-25 10:56:19 +0200 | [diff] [blame] | 148 | default "mvebu_armada-8k" if TARGET_MVEBU_ARMADA_8K |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 149 | default "db-mv784mp-gp" if TARGET_DB_MV784MP_GP |
Phil Sutter | aefb8f4 | 2015-12-25 14:41:25 +0100 | [diff] [blame] | 150 | default "ds414" if TARGET_DS414 |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 151 | default "maxbcm" if TARGET_MAXBCM |
Stefan Roese | b20c38a | 2016-01-20 08:13:29 +0100 | [diff] [blame] | 152 | default "theadorable" if TARGET_THEADORABLE |
Marek Behún | b6ee860 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 153 | default "turris_omnia" if TARGET_TURRIS_OMNIA |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 154 | |
| 155 | config SYS_VENDOR |
| 156 | default "Marvell" if TARGET_DB_MV784MP_GP |
Konstantin Porotchkin | c5330ae | 2017-02-16 13:52:22 +0200 | [diff] [blame] | 157 | default "Marvell" if TARGET_MVEBU_ARMADA_37XX |
Stefan Roese | 606576d | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 158 | default "Marvell" if TARGET_DB_88F6720 |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 159 | default "Marvell" if TARGET_DB_88F6820_GP |
Chris Packham | c0def24 | 2016-09-22 12:56:14 +1200 | [diff] [blame] | 160 | default "Marvell" if TARGET_DB_88F6820_AMC |
Stefan Roese | 633fa0e | 2016-10-25 10:56:19 +0200 | [diff] [blame] | 161 | default "Marvell" if TARGET_MVEBU_ARMADA_8K |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 162 | default "solidrun" if TARGET_CLEARFOG |
Phil Sutter | aefb8f4 | 2015-12-25 14:41:25 +0100 | [diff] [blame] | 163 | default "Synology" if TARGET_DS414 |
Marek Behún | b6ee860 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 164 | default "CZ.NIC" if TARGET_TURRIS_OMNIA |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 165 | |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 166 | config SYS_SOC |
| 167 | default "mvebu" |
| 168 | |
Marek Behún | b6ee860 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 169 | if TARGET_TURRIS_OMNIA |
| 170 | |
| 171 | choice |
| 172 | prompt "Turris Omnia boot method" |
| 173 | |
| 174 | config TURRIS_OMNIA_SPL_BOOT_DEVICE_SPI |
| 175 | bool "SPI NOR flash" |
| 176 | |
| 177 | config TURRIS_OMNIA_SPL_BOOT_DEVICE_MMC |
| 178 | bool "SDIO/MMC card" |
| 179 | |
| 180 | endchoice |
| 181 | |
| 182 | endif |
| 183 | |
Mario Six | a1b6b0a | 2017-01-11 16:01:00 +0100 | [diff] [blame] | 184 | config MVEBU_EFUSE |
| 185 | bool "Enable eFuse support" |
| 186 | default n |
| 187 | depends on HAVE_MVEBU_EFUSE |
| 188 | help |
| 189 | Enable support for reading and writing eFuses on mvebu SoCs. |
| 190 | |
| 191 | config MVEBU_EFUSE_FAKE |
| 192 | bool "Fake eFuse access (dry run)" |
| 193 | default n |
| 194 | depends on MVEBU_EFUSE |
| 195 | help |
| 196 | This enables a "dry run" mode where eFuses are not really programmed. |
| 197 | Instead the eFuse accesses are emulated by writing to and reading |
| 198 | from a memory block. |
| 199 | This is can be used for testing prog scripts. |
| 200 | |
| 201 | config SECURED_MODE_IMAGE |
| 202 | bool "Build image for trusted boot" |
| 203 | default false |
| 204 | depends on 88F6820 |
| 205 | help |
| 206 | Build an image that employs the ARMADA SoC's trusted boot framework |
| 207 | for securely booting images. |
| 208 | |
| 209 | config SECURED_MODE_CSK_INDEX |
| 210 | int "Index of active CSK" |
| 211 | default 0 |
| 212 | depends on SECURED_MODE_IMAGE |
| 213 | |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 214 | endif |