b8b45a048ca33c4bf9846efbcddfb5c628a58fe4
[platform/kernel/u-boot.git] / arch / arm / mach-orion5x / Kconfig
1 if ARCH_ORION5X
2
3 config 88F5182
4         bool
5
6 config FEROCEON
7         bool
8
9 choice
10         prompt "Marvell Orion board select"
11         optional
12
13 config TARGET_EDMINIV2
14         bool "LaCie Ethernet Disk mini V2"
15         select 88F5182
16         select FEROCEON
17         select SUPPORT_SPL
18
19 endchoice
20
21 config SYS_SOC
22         default "orion5x"
23
24 source "board/LaCie/edminiv2/Kconfig"
25
26 endif