xref: /openbmc/linux/arch/arc/plat-axs10x/Kconfig (revision 556cc1c5)
1#
2# Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com)
3#
4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License version 2 as
6# published by the Free Software Foundation.
7#
8
9config ARC_PLAT_AXS10X
10	bool "Synopsys ARC AXS10x Software Development Platforms"
11	select DW_APB_ICTL
12	select GPIO_DWAPB
13	select OF_GPIO
14	select GENERIC_IRQ_CHIP
15	select ARCH_REQUIRE_GPIOLIB
16	help
17	  Support for the ARC AXS10x Software Development Platforms.
18
19	  The AXS10x Platforms consist of a mainboard with peripherals,
20	  on which several daughter cards can be placed. The daughter cards
21	  typically contain a CPU and memory.
22
23if ARC_PLAT_AXS10X
24
25config AXS101
26	bool "AXS101 with AXC001 CPU Card (ARC 770D/EM6/AS221)"
27	help
28	  This adds support for the 770D/EM6/AS221 CPU Card. Only the ARC
29	  770D is supported in Linux.
30
31	  The AXS101 Platform consists of an AXS10x mainboard with
32	  this daughtercard. Please use the axs101.dts device tree
33	  with this configuration.
34
35endif
36