summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm283x/Kconfig
blob: f4a7e674383bae6201b8c349830126a9a9c201cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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