Masahiro Yamada | 04ffbc1 | 2014-08-31 07:11:06 +0900 | [diff] [blame^] | 1 | if ORION5X |
2 | |||||
3 | choice | ||||
4 | prompt "Marvell Orion board select" | ||||
5 | |||||
6 | config TARGET_EDMINIV2 | ||||
7 | bool "LaCie Ethernet Disk mini V2" | ||||
8 | |||||
9 | endchoice | ||||
10 | |||||
11 | config SYS_CPU | ||||
12 | string | ||||
13 | default "arm926ejs" | ||||
14 | |||||
15 | config SYS_SOC | ||||
16 | string | ||||
17 | default "orion5x" | ||||
18 | |||||
19 | source "board/LaCie/edminiv2/Kconfig" | ||||
20 | |||||
21 | endif |