Newer
Older
barebox / arch / arm / mach-bcm283x / Kconfig
@Alexander Aring Alexander Aring on 4 Jan 2016 205 bytes bcm2835: introduce mach-bcm283x
if ARCH_BCM283X

config ARCH_TEXT_BASE
	hex
	default 0x04000000

choice
	prompt "Broadcom Board type"

config MACH_RPI
	bool "RaspberryPi (BCM2835/ARM1176JZF-S)"
	depends on ARCH_BCM2835

endchoice

endif