summaryrefslogtreecommitdiff
path: root/board/renesas/ebisu/Kconfig
blob: f500a94c9a306993988d72c1d82a335d8b1020d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_EBISU

config SYS_SOC
	default "rmobile"

config SYS_BOARD
	default "ebisu"

config SYS_VENDOR
	default "renesas"

config SYS_CONFIG_NAME
	default "ebisu"

endif