Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame^] | 1 | if ARCH_MVEBU |
2 | |||||
3 | choice | ||||
4 | prompt "Marvell MVEBU (Armada XP/38x) board select" | ||||
5 | optional | ||||
6 | |||||
7 | config TARGET_DB_88F6820_GP | ||||
8 | bool "Support DB-88F6820-GP" | ||||
9 | |||||
10 | config TARGET_DB_MV784MP_GP | ||||
11 | bool "Support db-mv784mp-gp" | ||||
12 | |||||
13 | config TARGET_MAXBCM | ||||
14 | bool "Support maxbcm" | ||||
15 | |||||
16 | endchoice | ||||
17 | |||||
18 | config SYS_SOC | ||||
19 | default "mvebu" | ||||
20 | |||||
21 | endif |