xref: /linux/arch/arc/plat-axs10x/Kconfig (revision 59851aa87c2ca92a1fd6b73e78a254242306b116)
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
16*59851aa8SLinus Walleij	select GPIOLIB
17556cc1c5SAlexey Brodkin	help
18556cc1c5SAlexey Brodkin	  Support for the ARC AXS10x Software Development Platforms.
19556cc1c5SAlexey Brodkin
20556cc1c5SAlexey Brodkin	  The AXS10x Platforms consist of a mainboard with peripherals,
21556cc1c5SAlexey Brodkin	  on which several daughter cards can be placed. The daughter cards
22556cc1c5SAlexey Brodkin	  typically contain a CPU and memory.
23556cc1c5SAlexey Brodkin
24556cc1c5SAlexey Brodkinif ARC_PLAT_AXS10X
25556cc1c5SAlexey Brodkin
26556cc1c5SAlexey Brodkinconfig AXS101
275fa2daaaSVineet Gupta	depends on ISA_ARCOMPACT
28556cc1c5SAlexey Brodkin	bool "AXS101 with AXC001 CPU Card (ARC 770D/EM6/AS221)"
29556cc1c5SAlexey Brodkin	help
30556cc1c5SAlexey Brodkin	  This adds support for the 770D/EM6/AS221 CPU Card. Only the ARC
31556cc1c5SAlexey Brodkin	  770D is supported in Linux.
32556cc1c5SAlexey Brodkin
33556cc1c5SAlexey Brodkin	  The AXS101 Platform consists of an AXS10x mainboard with
34556cc1c5SAlexey Brodkin	  this daughtercard. Please use the axs101.dts device tree
35556cc1c5SAlexey Brodkin	  with this configuration.
36556cc1c5SAlexey Brodkin
375fa2daaaSVineet Guptaconfig AXS103
385fa2daaaSVineet Gupta	bool "AXS103 with AXC003 CPU Card (ARC HS38x)"
395fa2daaaSVineet Gupta	depends on ISA_ARCV2
405fa2daaaSVineet Gupta	help
415fa2daaaSVineet Gupta	  This adds support for the HS38x CPU Card.
425fa2daaaSVineet Gupta
435fa2daaaSVineet Gupta	  The AXS103 Platform consists of an AXS10x mainboard with
445fa2daaaSVineet Gupta	  this daughtercard. Please use the axs103.dts device tree
455fa2daaaSVineet Gupta	  with this configuration.
465fa2daaaSVineet Gupta
47556cc1c5SAlexey Brodkinendif
48