summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm283x/Kconfig
blob: 2315a134382dfd48e09d813e90d9ea1bf8a631dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
menu "Broadcom BCM283X family"
	depends on ARCH_BCM283X

choice
	prompt "Broadcom BCM283X board select"
	optional

config TARGET_RPI
	bool "Raspberry Pi"
	select CPU_ARM1176

config TARGET_RPI_2
	bool "Raspberry Pi 2"
	select CPU_V7

endchoice

config SYS_BOARD
	default "rpi" if TARGET_RPI
	default "rpi_2" if TARGET_RPI_2

config SYS_VENDOR
	default "raspberrypi"

config SYS_SOC
	default "bcm283x"

config SYS_CONFIG_NAME
	default "rpi" if TARGET_RPI
	default "rpi_2" if TARGET_RPI_2

endmenu
OpenPOWER on IntegriCloud