1menu "ARC architecture" 2 depends on ARC 3 4config SYS_ARCH 5 string 6 default "arc" 7 8choice 9 prompt "Target select" 10 11config TARGET_TB100 12 bool "Support tb100" 13 14config TARGET_ARCANGEL4 15 bool "Support arcangel4" 16 17config TARGET_ARCANGEL4_BE 18 bool "Support arcangel4-be" 19 20config TARGET_AXS101 21 bool "Support axs101" 22 23endchoice 24 25source "board/abilis/tb100/Kconfig" 26source "board/synopsys/Kconfig" 27source "board/synopsys/axs101/Kconfig" 28 29endmenu 30