Merge git://git.denx.de/u-boot-samsung
[oweals/u-boot.git] / arch / arm / mach-nomadik / Kconfig
1 if ARCH_NOMADIK
2
3 choice
4         prompt "Nomadik board select"
5         optional
6
7 config NOMADIK_NHK8815
8         bool "ST 8815 Nomadik Hardware Kit"
9
10 endchoice
11
12 config SYS_SOC
13         default "nomadik"
14
15 source "board/st/nhk8815/Kconfig"
16
17 endif