summaryrefslogtreecommitdiffstats
path: root/board/raspberrypi/rpi_b/Kconfig
blob: 6e99c916afe3a6b128ddf3cd474fbedee7eee165 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if TARGET_RPI_B

config SYS_CPU
	string
	default "arm1176"

config SYS_BOARD
	string
	default "rpi_b"

config SYS_VENDOR
	string
	default "raspberrypi"

config SYS_SOC
	string
	default "bcm2835"

config SYS_CONFIG_NAME
	string
	default "rpi_b"

endif
OpenPOWER on IntegriCloud