summaryrefslogtreecommitdiffstats
path: root/board/raspberrypi/rpi/Kconfig
blob: 6a538cfac568104200a4a228920e267101d1469b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_RPI

config SYS_BOARD
	default "rpi"

config SYS_VENDOR
	default "raspberrypi"

config SYS_SOC
	default "bcm2835"

config SYS_CONFIG_NAME
	default "rpi"

endif
OpenPOWER on IntegriCloud