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