Newer
Older
barebox / arch / arm / mach-nomadik / Kconfig
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 20 Sep 2010 372 bytes arm: move clkdev to drivers/clk
if ARCH_NOMADIK

config ARCH_TEXT_BASE
	hex
	default 0x03c00000 if MACH_NOMADIK_8815NHK

config BOARDINFO
	default "NHK8815" if MACH_NOMADIK_8815NHK

choice
	prompt "Nomadik boards"

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

endchoice

config NOMADIK_8815
	bool
	select ARM_AMBA

endif