summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm926ejs/nomadik/Kconfig
blob: 7177800a6172e277faa2c7cf8837f77a042c7957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if ARCH_NOMADIK

choice
	prompt "Nomadik board select"

config NOMADIK_NHK8815
	bool "ST 8815 Nomadik Hardware Kit"

endchoice

config SYS_CPU
	string
	default "arm926ejs"

config SYS_SOC
	string
	default "nomadik"

source "board/st/nhk8815/Kconfig"

endif
OpenPOWER on IntegriCloud