1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com) 4# 5 6menuconfig ARC_PLAT_AXS10X 7 bool "Synopsys ARC AXS10x Software Development Platforms" 8 select DW_APB_ICTL 9 select GPIO_DWAPB 10 select HAVE_PCI 11 select GENERIC_IRQ_CHIP 12 select GPIOLIB 13 select AXS101 if ISA_ARCOMPACT 14 select AXS103 if ISA_ARCV2 15 help 16 Support for the ARC AXS10x Software Development Platforms. 17 18 The AXS10x Platforms consist of a mainboard with peripherals, 19 on which several daughter cards can be placed. The daughter cards 20 typically contain a CPU and memory. 21 22if ARC_PLAT_AXS10X 23 24config AXS101 25 depends on ISA_ARCOMPACT 26 bool "AXS101 with AXC001 CPU Card (ARC 770D/EM6/AS221)" 27 help 28 This adds support for the 770D/EM6/AS221 CPU Card. Only the ARC 29 770D is supported in Linux. 30 31 The AXS101 Platform consists of an AXS10x mainboard with 32 this daughtercard. Please use the axs101.dts device tree 33 with this configuration. 34 35config AXS103 36 bool "AXS103 with AXC003 CPU Card (ARC HS38x)" 37 depends on ISA_ARCV2 38 help 39 This adds support for the HS38x CPU Card. 40 41 The AXS103 Platform consists of an AXS10x mainboard with 42 this daughtercard. Please use the axs103.dts device tree 43 with this configuration. 44 45endif 46