1 # SPDX-License-Identifier: GPL-2.0-only
3 # Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com)
6 menuconfig ARC_PLAT_AXS10X
7 bool "Synopsys ARC AXS10x Software Development Platforms"
12 select GENERIC_IRQ_CHIP
14 select AXS101 if ISA_ARCOMPACT
15 select AXS103 if ISA_ARCV2
17 Support for the ARC AXS10x Software Development Platforms.
19 The AXS10x Platforms consist of a mainboard with peripherals,
20 on which several daughter cards can be placed. The daughter cards
21 typically contain a CPU and memory.
26 depends on ISA_ARCOMPACT
27 bool "AXS101 with AXC001 CPU Card (ARC 770D/EM6/AS221)"
29 This adds support for the 770D/EM6/AS221 CPU Card. Only the ARC
30 770D is supported in Linux.
32 The AXS101 Platform consists of an AXS10x mainboard with
33 this daughtercard. Please use the axs101.dts device tree
34 with this configuration.
37 bool "AXS103 with AXC003 CPU Card (ARC HS38x)"
40 This adds support for the HS38x CPU Card.
42 The AXS103 Platform consists of an AXS10x mainboard with
43 this daughtercard. Please use the axs103.dts device tree
44 with this configuration.