# SPDX-License-Identifier: GPL-2.0-only # # Copyright ([31mCONFIG_C[0m) 2013-15 Synopsys, Inc. (www.synopsys.com) # menuconfig [31mCONFIG_ARC_PLAT_AXS10X[0m bool "Synopsys ARC AXS10x Software Development Platforms" select [31mCONFIG_DW_APB_ICTL[0m select [31mCONFIG_GPIO_DWAPB[0m select [31mCONFIG_OF_GPIO[0m select [31mCONFIG_HAVE_PCI[0m select [31mCONFIG_GENERIC_IRQ_CHIP[0m select [31mCONFIG_GPIOLIB[0m select [31mCONFIG_AXS101[0m if [31mCONFIG_ISA_ARCOMPACT[0m select [31mCONFIG_AXS103[0m if [31mCONFIG_ISA_ARCV2[0m help Support for the [31mCONFIG_ARC[0m AXS10x Software Development Platforms. The AXS10x Platforms consist of a mainboard with peripherals, on which several daughter cards can be placed. The daughter cards typically contain a CPU and memory. if [31mCONFIG_ARC_PLAT_AXS10X[0m config [31mCONFIG_AXS101[0m depends on [31mCONFIG_ISA_ARCOMPACT[0m bool "AXS101 with AXC001 CPU Card (ARC 770D/EM6/AS221)" help This adds support for the 770D/EM6/AS221 CPU Card. Only the [31mCONFIG_ARC[0m 770D is supported in Linux. The [31mCONFIG_AXS101[0m Platform consists of an AXS10x mainboard with this daughtercard. Please use the axs101.dts device tree with this configuration. config [31mCONFIG_AXS103[0m bool "AXS103 with AXC003 CPU Card (ARC HS38x)" depends on [31mCONFIG_ISA_ARCV2[0m help This adds support for the HS38x CPU Card. The [31mCONFIG_AXS103[0m Platform consists of an AXS10x mainboard with this daughtercard. Please use the axs103.dts device tree with this configuration. endif |