Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com)
0004 #
0005 
0006 menuconfig ARC_PLAT_AXS10X
0007         bool "Synopsys ARC AXS10x Software Development Platforms"
0008         select DW_APB_ICTL
0009         select GPIO_DWAPB
0010         select OF_GPIO
0011         select HAVE_PCI
0012         select GENERIC_IRQ_CHIP
0013         select GPIOLIB
0014         select AXS101 if ISA_ARCOMPACT
0015         select AXS103 if ISA_ARCV2
0016         help
0017           Support for the ARC AXS10x Software Development Platforms.
0018 
0019           The AXS10x Platforms consist of a mainboard with peripherals,
0020           on which several daughter cards can be placed. The daughter cards
0021           typically contain a CPU and memory.
0022 
0023 if ARC_PLAT_AXS10X
0024 
0025 config AXS101
0026         depends on ISA_ARCOMPACT
0027         bool "AXS101 with AXC001 CPU Card (ARC 770D/EM6/AS221)"
0028         help
0029           This adds support for the 770D/EM6/AS221 CPU Card. Only the ARC
0030           770D is supported in Linux.
0031 
0032           The AXS101 Platform consists of an AXS10x mainboard with
0033           this daughtercard. Please use the axs101.dts device tree
0034           with this configuration.
0035 
0036 config AXS103
0037         bool "AXS103 with AXC003 CPU Card (ARC HS38x)"
0038         depends on ISA_ARCV2
0039         help
0040           This adds support for the HS38x CPU Card.
0041 
0042           The AXS103 Platform consists of an AXS10x mainboard with
0043           this daughtercard. Please use the axs103.dts device tree
0044           with this configuration.
0045 
0046 endif