]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/arm926ejs/nomadik/Kconfig
eda51fdc37827d2a547f6bcfdd94c7717a44e345
[people/ms/u-boot.git] / arch / arm / cpu / arm926ejs / 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_CPU
12 default "arm926ejs"
13
14 config SYS_SOC
15 default "nomadik"
16
17 source "board/st/nhk8815/Kconfig"
18
19 endif