summaryrefslogtreecommitdiff
path: root/board/beacon/beacon-rzg2m/Kconfig
blob: 99c23a3d148b89406301a939ab479a927bd4dca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_BEACON_RZG2H || TARGET_BEACON_RZG2M || TARGET_BEACON_RZG2N

config SYS_SOC
	default "rmobile"

config SYS_BOARD
	default "beacon-rzg2m"

config SYS_VENDOR
	default "beacon"

config SYS_CONFIG_NAME
	default "beacon-rzg2m"

endif