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

config SYS_SOC
	default "renesas"

config SYS_BOARD
	default "falcon"

config SYS_VENDOR
	default "renesas"

config SYS_CONFIG_NAME
	default "falcon"

endif