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

config SYS_SOC
	default "rmobile"

config SYS_BOARD
	default "eagle"

config SYS_VENDOR
	default "renesas"

config SYS_CONFIG_NAME
	default "rcar-gen3-common"

endif