aboutsummaryrefslogtreecommitdiff
path: root/board/renesas/v3msk/Kconfig
blob: 8f423868962b7a123c1097b9ec2ccfc45be5b8a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_V3MSK

config SYS_SOC
	default "renesas"

config SYS_BOARD
	default "v3msk"

config SYS_VENDOR
	default "renesas"

config SYS_CONFIG_NAME
	default "rcar-gen3-common"

endif