xref: /linux/arch/arc/plat-axs10x/Kconfig (revision d2912cb15bdda8ba4a5dd73396ad62641af2f520)
1*d2912cb1SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2556cc1c5SAlexey Brodkin#
3556cc1c5SAlexey Brodkin# Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com)
4556cc1c5SAlexey Brodkin#
5556cc1c5SAlexey Brodkin
65fa2daaaSVineet Guptamenuconfig ARC_PLAT_AXS10X
7556cc1c5SAlexey Brodkin	bool "Synopsys ARC AXS10x Software Development Platforms"
8556cc1c5SAlexey Brodkin	select DW_APB_ICTL
9556cc1c5SAlexey Brodkin	select GPIO_DWAPB
10556cc1c5SAlexey Brodkin	select OF_GPIO
11eb01d42aSChristoph Hellwig	select HAVE_PCI
12556cc1c5SAlexey Brodkin	select GENERIC_IRQ_CHIP
1359851aa8SLinus Walleij	select GPIOLIB
144fbaf649SVineet Gupta	select AXS101 if ISA_ARCOMPACT
154fbaf649SVineet Gupta	select AXS103 if ISA_ARCV2
16556cc1c5SAlexey Brodkin	help
17556cc1c5SAlexey Brodkin	  Support for the ARC AXS10x Software Development Platforms.
18556cc1c5SAlexey Brodkin
19556cc1c5SAlexey Brodkin	  The AXS10x Platforms consist of a mainboard with peripherals,
20556cc1c5SAlexey Brodkin	  on which several daughter cards can be placed. The daughter cards
21556cc1c5SAlexey Brodkin	  typically contain a CPU and memory.
22556cc1c5SAlexey Brodkin
23556cc1c5SAlexey Brodkinif ARC_PLAT_AXS10X
24556cc1c5SAlexey Brodkin
25556cc1c5SAlexey Brodkinconfig AXS101
265fa2daaaSVineet Gupta	depends on ISA_ARCOMPACT
27556cc1c5SAlexey Brodkin	bool "AXS101 with AXC001 CPU Card (ARC 770D/EM6/AS221)"
28556cc1c5SAlexey Brodkin	help
29556cc1c5SAlexey Brodkin	  This adds support for the 770D/EM6/AS221 CPU Card. Only the ARC
30556cc1c5SAlexey Brodkin	  770D is supported in Linux.
31556cc1c5SAlexey Brodkin
32556cc1c5SAlexey Brodkin	  The AXS101 Platform consists of an AXS10x mainboard with
33556cc1c5SAlexey Brodkin	  this daughtercard. Please use the axs101.dts device tree
34556cc1c5SAlexey Brodkin	  with this configuration.
35556cc1c5SAlexey Brodkin
365fa2daaaSVineet Guptaconfig AXS103
375fa2daaaSVineet Gupta	bool "AXS103 with AXC003 CPU Card (ARC HS38x)"
385fa2daaaSVineet Gupta	depends on ISA_ARCV2
395fa2daaaSVineet Gupta	help
405fa2daaaSVineet Gupta	  This adds support for the HS38x CPU Card.
415fa2daaaSVineet Gupta
425fa2daaaSVineet Gupta	  The AXS103 Platform consists of an AXS10x mainboard with
435fa2daaaSVineet Gupta	  this daughtercard. Please use the axs103.dts device tree
445fa2daaaSVineet Gupta	  with this configuration.
455fa2daaaSVineet Gupta
46556cc1c5SAlexey Brodkinendif
47