]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/arm926ejs/orion5x/Kconfig
Revert "odroid: set MPLL clock to 880MHz"
[karo-tx-uboot.git] / arch / arm / cpu / arm926ejs / orion5x / Kconfig
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