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

choice
	prompt "Marvell Orion board select"

config TARGET_EDMINIV2
	bool "LaCie Ethernet Disk mini V2"

endchoice

config SYS_CPU
	default "arm926ejs"

config SYS_SOC
	default "orion5x"

source "board/LaCie/edminiv2/Kconfig"

endif
OpenPOWER on IntegriCloud