summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm926ejs/orion5x/Kconfig
blob: aa4009903794f171f62fd6a7e33692d95a4bdbe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if ORION5X

choice
	prompt "Marvell Orion board select"

config TARGET_EDMINIV2
	bool "LaCie Ethernet Disk mini V2"

endchoice

config SYS_CPU
	string
	default "arm926ejs"

config SYS_SOC
	string
	default "orion5x"

source "board/LaCie/edminiv2/Kconfig"

endif
OpenPOWER on IntegriCloud