nt9856x/rtos/BSP/u-boot/board/synopsys/axs10x/Kconfig
2023-03-28 15:07:53 +08:00

13 lines
158 B
Plaintext

if TARGET_AXS101 || TARGET_AXS103
config SYS_BOARD
default "axs10x"
config SYS_VENDOR
default "synopsys"
config SYS_CONFIG_NAME
default "axs10x"
endif