blob: 265f33646919c9c041a402fe435c16a0756dc7cb [file] [log] [blame]
Masahiro Yamada16e16fd2014-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
Masahiro Yamada16e16fd2014-08-31 07:11:08 +090011config SYS_SOC
Masahiro Yamada16e16fd2014-08-31 07:11:08 +090012 default "nomadik"
13
14source "board/st/nhk8815/Kconfig"
15
16endif