xref: /linux/arch/arc/plat-axs10x/Kconfig (revision 4fbaf649ebbc625189e349fd6d07a4fe22a863f8)
1556cc1c5SAlexey Brodkin#
2556cc1c5SAlexey Brodkin# Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com)
3556cc1c5SAlexey Brodkin#
4556cc1c5SAlexey Brodkin# This program is free software; you can redistribute it and/or modify
5556cc1c5SAlexey Brodkin# it under the terms of the GNU General Public License version 2 as
6556cc1c5SAlexey Brodkin# published by the Free Software Foundation.
7556cc1c5SAlexey Brodkin#
8556cc1c5SAlexey Brodkin
95fa2daaaSVineet Guptamenuconfig ARC_PLAT_AXS10X
10556cc1c5SAlexey Brodkin	bool "Synopsys ARC AXS10x Software Development Platforms"
11556cc1c5SAlexey Brodkin	select DW_APB_ICTL
12556cc1c5SAlexey Brodkin	select GPIO_DWAPB
13556cc1c5SAlexey Brodkin	select OF_GPIO
14c1678ffcSJoao Pinto	select MIGHT_HAVE_PCI
15556cc1c5SAlexey Brodkin	select GENERIC_IRQ_CHIP
1659851aa8SLinus Walleij	select GPIOLIB
17*4fbaf649SVineet Gupta	select AXS101 if ISA_ARCOMPACT
18*4fbaf649SVineet Gupta	select AXS103 if ISA_ARCV2
19556cc1c5SAlexey Brodkin	help
20556cc1c5SAlexey Brodkin	  Support for the ARC AXS10x Software Development Platforms.
21556cc1c5SAlexey Brodkin
22556cc1c5SAlexey Brodkin	  The AXS10x Platforms consist of a mainboard with peripherals,
23556cc1c5SAlexey Brodkin	  on which several daughter cards can be placed. The daughter cards
24556cc1c5SAlexey Brodkin	  typically contain a CPU and memory.
25556cc1c5SAlexey Brodkin
26556cc1c5SAlexey Brodkinif ARC_PLAT_AXS10X
27556cc1c5SAlexey Brodkin
28556cc1c5SAlexey Brodkinconfig AXS101
295fa2daaaSVineet Gupta	depends on ISA_ARCOMPACT
30556cc1c5SAlexey Brodkin	bool "AXS101 with AXC001 CPU Card (ARC 770D/EM6/AS221)"
31556cc1c5SAlexey Brodkin	help
32556cc1c5SAlexey Brodkin	  This adds support for the 770D/EM6/AS221 CPU Card. Only the ARC
33556cc1c5SAlexey Brodkin	  770D is supported in Linux.
34556cc1c5SAlexey Brodkin
35556cc1c5SAlexey Brodkin	  The AXS101 Platform consists of an AXS10x mainboard with
36556cc1c5SAlexey Brodkin	  this daughtercard. Please use the axs101.dts device tree
37556cc1c5SAlexey Brodkin	  with this configuration.
38556cc1c5SAlexey Brodkin
395fa2daaaSVineet Guptaconfig AXS103
405fa2daaaSVineet Gupta	bool "AXS103 with AXC003 CPU Card (ARC HS38x)"
415fa2daaaSVineet Gupta	depends on ISA_ARCV2
425fa2daaaSVineet Gupta	help
435fa2daaaSVineet Gupta	  This adds support for the HS38x CPU Card.
445fa2daaaSVineet Gupta
455fa2daaaSVineet Gupta	  The AXS103 Platform consists of an AXS10x mainboard with
465fa2daaaSVineet Gupta	  this daughtercard. Please use the axs103.dts device tree
475fa2daaaSVineet Gupta	  with this configuration.
485fa2daaaSVineet Gupta
49556cc1c5SAlexey Brodkinendif
50