summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm2835/Kconfig
blob: 9d97aea2b86c14545d9772a8ffc2ce0fb9c1eae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if ARCH_BCM2835

config ARCH_TEXT_BASE
	hex
	default 0x04000000 if MACH_RPI

config BOARDINFO
	default "RaspberryPi (BCM2835/ARM1176JZF-S)" if MACH_RPI

choice
	prompt "Broadcom Board type"

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

endchoice

endif