blob: 7177800a6172e277faa2c7cf8837f77a042c7957 [file] [log] [blame]
Masahiro Yamadabfb40e72014-08-31 07:11:08 +09001if ARCH_NOMADIK
2
3choice
4 prompt "Nomadik board select"
5
6config NOMADIK_NHK8815
7 bool "ST 8815 Nomadik Hardware Kit"
8
9endchoice
10
11config SYS_CPU
12 string
13 default "arm926ejs"
14
15config SYS_SOC
16 string
17 default "nomadik"
18
19source "board/st/nhk8815/Kconfig"
20
21endif