1 # SPDX-License-Identifier: GPL-2.0-only 2 # 3 # Copyright (C) 2013-15 Synopsys, Inc. (www.sy 4 # 5 6 menuconfig ARC_PLAT_AXS10X 7 bool "Synopsys ARC AXS10x Software Dev 8 select DW_APB_ICTL 9 select GPIO_DWAPB 10 select OF_GPIO 11 select HAVE_PCI 12 select GENERIC_IRQ_CHIP 13 select GPIOLIB 14 select AXS101 if ISA_ARCOMPACT 15 select AXS103 if ISA_ARCV2 16 help 17 Support for the ARC AXS10x Software 18 19 The AXS10x Platforms consist of a ma 20 on which several daughter cards can 21 typically contain a CPU and memory. 22 23 if ARC_PLAT_AXS10X 24 25 config AXS101 26 depends on ISA_ARCOMPACT 27 bool "AXS101 with AXC001 CPU Card (ARC 28 help 29 This adds support for the 770D/EM6/A 30 770D is supported in Linux. 31 32 The AXS101 Platform consists of an A 33 this daughtercard. Please use the ax 34 with this configuration. 35 36 config AXS103 37 bool "AXS103 with AXC003 CPU Card (ARC 38 depends on ISA_ARCV2 39 help 40 This adds support for the HS38x CPU 41 42 The AXS103 Platform consists of an A 43 this daughtercard. Please use the ax 44 with this configuration. 45 46 endif
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.