summaryrefslogtreecommitdiff
path: root/board/synopsys/axs10x/Kconfig
blob: dd1305adc76da4706e62345415a06b8f993e8c5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if TARGET_AXS101 || TARGET_AXS103

config SYS_BOARD
	default "axs10x"

config SYS_VENDOR
	default "synopsys"

config SYS_CONFIG_NAME
	default "axs10x"

endif