Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 1 | if ARCH_MVEBU |
2 | |||||
Stefan Roese | 05b1765 | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 3 | config ARMADA_32BIT |
4 | bool | ||||
5 | select CPU_V7 | ||||
6 | select SUPPORT_SPL | ||||
7 | select SPL_DM | ||||
8 | select SPL_DM_SEQ_ALIAS | ||||
9 | select SPL_OF_CONTROL | ||||
10 | select SPL_SIMPLE_BUS | ||||
11 | |||||
12 | config ARMADA_64BIT | ||||
13 | bool | ||||
14 | select ARM64 | ||||
15 | |||||
16 | # ARMv7 SoCs... | ||||
Stefan Roese | 9106ed0 | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 17 | config ARMADA_375 |
18 | bool | ||||
Stefan Roese | 05b1765 | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 19 | select ARMADA_32BIT |
Stefan Roese | 9106ed0 | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 20 | |
Stefan Roese | eb083e5 | 2015-12-21 13:56:33 +0100 | [diff] [blame] | 21 | config ARMADA_38X |
22 | bool | ||||
Stefan Roese | 05b1765 | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 23 | select ARMADA_32BIT |
Stefan Roese | eb083e5 | 2015-12-21 13:56:33 +0100 | [diff] [blame] | 24 | |
25 | config ARMADA_XP | ||||
26 | bool | ||||
Stefan Roese | 05b1765 | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 27 | select ARMADA_32BIT |
28 | |||||
29 | # ARMv8 SoCs... | ||||
30 | config ARMADA_3700 | ||||
31 | bool | ||||
32 | select ARM64 | ||||
Stefan Roese | eb083e5 | 2015-12-21 13:56:33 +0100 | [diff] [blame] | 33 | |
Stefan Roese | cb41033 | 2016-05-25 08:13:45 +0200 | [diff] [blame^] | 34 | # Armada 7K and 8K are very similar - use only one Kconfig symbol for both |
35 | config ARMADA_8K | ||||
36 | bool | ||||
37 | select ARM64 | ||||
38 | |||||
Stefan Roese | 05b1765 | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 39 | # Armada XP/38x SoC types... |
Phil Sutter | a7f94ad | 2015-12-25 14:41:22 +0100 | [diff] [blame] | 40 | config MV78230 |
41 | bool | ||||
42 | select ARMADA_XP | ||||
43 | |||||
44 | config MV78260 | ||||
45 | bool | ||||
46 | select ARMADA_XP | ||||
47 | |||||
48 | config MV78460 | ||||
49 | bool | ||||
50 | select ARMADA_XP | ||||
51 | |||||
Chris Packham | f5fc25b | 2016-09-22 12:56:13 +1200 | [diff] [blame] | 52 | config 88F6820 |
Phil Sutter | a7f94ad | 2015-12-25 14:41:22 +0100 | [diff] [blame] | 53 | bool |
54 | select ARMADA_38X | ||||
55 | |||||
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 56 | choice |
Stefan Roese | cb41033 | 2016-05-25 08:13:45 +0200 | [diff] [blame^] | 57 | prompt "Armada XP/375/38x/3700/7K/8K board select" |
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 58 | optional |
59 | |||||
Stefan Roese | 7360640 | 2015-10-20 15:14:47 +0200 | [diff] [blame] | 60 | config TARGET_CLEARFOG |
61 | bool "Support ClearFog" | ||||
Chris Packham | f5fc25b | 2016-09-22 12:56:13 +1200 | [diff] [blame] | 62 | select 88F6820 |
Stefan Roese | 7360640 | 2015-10-20 15:14:47 +0200 | [diff] [blame] | 63 | |
Stefan Roese | 6edf27e | 2016-05-17 15:04:16 +0200 | [diff] [blame] | 64 | config TARGET_MVEBU_DB_88F3720 |
65 | bool "Support DB-88F3720 Armada 3720" | ||||
66 | select ARMADA_3700 | ||||
67 | |||||
Stefan Roese | 9106ed0 | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 68 | config TARGET_DB_88F6720 |
69 | bool "Support DB-88F6720 Armada 375" | ||||
70 | select ARMADA_375 | ||||
71 | |||||
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 72 | config TARGET_DB_88F6820_GP |
73 | bool "Support DB-88F6820-GP" | ||||
Chris Packham | f5fc25b | 2016-09-22 12:56:13 +1200 | [diff] [blame] | 74 | select 88F6820 |
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 75 | |
Chris Packham | a90dd4c | 2016-09-22 12:56:14 +1200 | [diff] [blame] | 76 | config TARGET_DB_88F6820_AMC |
77 | bool "Support DB-88F6820-AMC" | ||||
78 | select 88F6820 | ||||
79 | |||||
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 80 | config TARGET_DB_MV784MP_GP |
81 | bool "Support db-mv784mp-gp" | ||||
Phil Sutter | a7f94ad | 2015-12-25 14:41:22 +0100 | [diff] [blame] | 82 | select MV78460 |
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 83 | |
Phil Sutter | d76eba6 | 2015-12-25 14:41:25 +0100 | [diff] [blame] | 84 | config TARGET_DS414 |
85 | bool "Support Synology DS414" | ||||
86 | select MV78230 | ||||
87 | |||||
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 88 | config TARGET_MAXBCM |
89 | bool "Support maxbcm" | ||||
Phil Sutter | a7f94ad | 2015-12-25 14:41:22 +0100 | [diff] [blame] | 90 | select MV78460 |
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 91 | |
Stefan Roese | 459e064 | 2016-01-20 08:13:29 +0100 | [diff] [blame] | 92 | config TARGET_THEADORABLE |
93 | bool "Support theadorable Armada XP" | ||||
94 | select MV78260 | ||||
95 | |||||
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 96 | endchoice |
97 | |||||
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 98 | config SYS_BOARD |
99 | default "clearfog" if TARGET_CLEARFOG | ||||
Stefan Roese | 6edf27e | 2016-05-17 15:04:16 +0200 | [diff] [blame] | 100 | default "mvebu_db-88f3720" if TARGET_MVEBU_DB_88F3720 |
Stefan Roese | 9106ed0 | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 101 | default "db-88f6720" if TARGET_DB_88F6720 |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 102 | default "db-88f6820-gp" if TARGET_DB_88F6820_GP |
Chris Packham | a90dd4c | 2016-09-22 12:56:14 +1200 | [diff] [blame] | 103 | default "db-88f6820-amc" if TARGET_DB_88F6820_AMC |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 104 | default "db-mv784mp-gp" if TARGET_DB_MV784MP_GP |
Phil Sutter | d76eba6 | 2015-12-25 14:41:25 +0100 | [diff] [blame] | 105 | default "ds414" if TARGET_DS414 |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 106 | default "maxbcm" if TARGET_MAXBCM |
Stefan Roese | 459e064 | 2016-01-20 08:13:29 +0100 | [diff] [blame] | 107 | default "theadorable" if TARGET_THEADORABLE |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 108 | |
109 | config SYS_CONFIG_NAME | ||||
110 | default "clearfog" if TARGET_CLEARFOG | ||||
Stefan Roese | 6edf27e | 2016-05-17 15:04:16 +0200 | [diff] [blame] | 111 | default "mvebu_db-88f3720" if TARGET_MVEBU_DB_88F3720 |
Stefan Roese | 9106ed0 | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 112 | default "db-88f6720" if TARGET_DB_88F6720 |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 113 | default "db-88f6820-gp" if TARGET_DB_88F6820_GP |
Chris Packham | a90dd4c | 2016-09-22 12:56:14 +1200 | [diff] [blame] | 114 | default "db-88f6820-amc" if TARGET_DB_88F6820_AMC |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 115 | default "db-mv784mp-gp" if TARGET_DB_MV784MP_GP |
Phil Sutter | d76eba6 | 2015-12-25 14:41:25 +0100 | [diff] [blame] | 116 | default "ds414" if TARGET_DS414 |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 117 | default "maxbcm" if TARGET_MAXBCM |
Stefan Roese | 459e064 | 2016-01-20 08:13:29 +0100 | [diff] [blame] | 118 | default "theadorable" if TARGET_THEADORABLE |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 119 | |
120 | config SYS_VENDOR | ||||
121 | default "Marvell" if TARGET_DB_MV784MP_GP | ||||
Stefan Roese | 6edf27e | 2016-05-17 15:04:16 +0200 | [diff] [blame] | 122 | default "Marvell" if TARGET_MVEBU_DB_88F3720 |
Stefan Roese | 9106ed0 | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 123 | default "Marvell" if TARGET_DB_88F6720 |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 124 | default "Marvell" if TARGET_DB_88F6820_GP |
Chris Packham | a90dd4c | 2016-09-22 12:56:14 +1200 | [diff] [blame] | 125 | default "Marvell" if TARGET_DB_88F6820_AMC |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 126 | default "solidrun" if TARGET_CLEARFOG |
Phil Sutter | d76eba6 | 2015-12-25 14:41:25 +0100 | [diff] [blame] | 127 | default "Synology" if TARGET_DS414 |
Stefan Roese | b9f41bf | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 128 | |
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 129 | config SYS_SOC |
130 | default "mvebu" | ||||
131 | |||||
Stefan Roese | 383e0c1 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 132 | endif |