aboutsummaryrefslogtreecommitdiffstats
path: root/board/renesas/eagle/Kconfig
blob: 04895d2bb4b77b394510802b4adbb48f63257323 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_EAGLE

config SYS_SOC
	default "renesas"

config SYS_BOARD
	default "eagle"

config SYS_VENDOR
	default "renesas"

config SYS_CONFIG_NAME
	default "rcar-gen3-common"

endif