]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-nomadik/Kconfig
Merge remote-tracking branch 'u-boot/master' into 'u-boot-arm/master'
[u-boot] / arch / arm / mach-nomadik / Kconfig
1 if ARCH_NOMADIK
2
3 choice
4         prompt "Nomadik board select"
5
6 config NOMADIK_NHK8815
7         bool "ST 8815 Nomadik Hardware Kit"
8
9 endchoice
10
11 config SYS_SOC
12         default "nomadik"
13
14 source "board/st/nhk8815/Kconfig"
15
16 endif