summaryrefslogtreecommitdiff
path: root/board/renesas/eagle/Kconfig
blob: 1e0710e73e1c57391d4641894843532b6d9cecea (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 "eagle"

endif