Kconfig 188 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
if ARCH_NOMADIK

menu "Nomadik boards"

config MACH_NOMADIK_8815NHK
	bool "ST 8815 Nomadik Hardware Kit (evaluation board)"
	select NOMADIK_8815

endmenu

config NOMADIK_8815
	bool

endif