Newer
Older
barebox / arch / arm / mach-vexpress / Kconfig
@Lucas Stach Lucas Stach on 17 Oct 2017 203 bytes clk: versatile: add basic clocks
if ARCH_VEXPRESS

config ARCH_TEXT_BASE
	hex
	default 0x0

choice
	prompt "ARM Board type"

config MACH_VEXPRESS
	bool "ARM Vexpress"
	select RELOCATABLE
	select COMMON_CLK_OF_PROVIDER

endchoice

endif