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

config SYS_SOC
	default "renesas"

config SYS_BOARD
	default "grayhawk"

config SYS_VENDOR
	default "renesas"

config SYS_CONFIG_NAME
	default "grayhawk"

endif