18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com)
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_cimenuconfig ARC_PLAT_AXS10X
78c2ecf20Sopenharmony_ci	bool "Synopsys ARC AXS10x Software Development Platforms"
88c2ecf20Sopenharmony_ci	select DW_APB_ICTL
98c2ecf20Sopenharmony_ci	select GPIO_DWAPB
108c2ecf20Sopenharmony_ci	select OF_GPIO
118c2ecf20Sopenharmony_ci	select HAVE_PCI
128c2ecf20Sopenharmony_ci	select GENERIC_IRQ_CHIP
138c2ecf20Sopenharmony_ci	select GPIOLIB
148c2ecf20Sopenharmony_ci	select AXS101 if ISA_ARCOMPACT
158c2ecf20Sopenharmony_ci	select AXS103 if ISA_ARCV2
168c2ecf20Sopenharmony_ci	help
178c2ecf20Sopenharmony_ci	  Support for the ARC AXS10x Software Development Platforms.
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci	  The AXS10x Platforms consist of a mainboard with peripherals,
208c2ecf20Sopenharmony_ci	  on which several daughter cards can be placed. The daughter cards
218c2ecf20Sopenharmony_ci	  typically contain a CPU and memory.
228c2ecf20Sopenharmony_ci
238c2ecf20Sopenharmony_ciif ARC_PLAT_AXS10X
248c2ecf20Sopenharmony_ci
258c2ecf20Sopenharmony_ciconfig AXS101
268c2ecf20Sopenharmony_ci	depends on ISA_ARCOMPACT
278c2ecf20Sopenharmony_ci	bool "AXS101 with AXC001 CPU Card (ARC 770D/EM6/AS221)"
288c2ecf20Sopenharmony_ci	help
298c2ecf20Sopenharmony_ci	  This adds support for the 770D/EM6/AS221 CPU Card. Only the ARC
308c2ecf20Sopenharmony_ci	  770D is supported in Linux.
318c2ecf20Sopenharmony_ci
328c2ecf20Sopenharmony_ci	  The AXS101 Platform consists of an AXS10x mainboard with
338c2ecf20Sopenharmony_ci	  this daughtercard. Please use the axs101.dts device tree
348c2ecf20Sopenharmony_ci	  with this configuration.
358c2ecf20Sopenharmony_ci
368c2ecf20Sopenharmony_ciconfig AXS103
378c2ecf20Sopenharmony_ci	bool "AXS103 with AXC003 CPU Card (ARC HS38x)"
388c2ecf20Sopenharmony_ci	depends on ISA_ARCV2
398c2ecf20Sopenharmony_ci	help
408c2ecf20Sopenharmony_ci	  This adds support for the HS38x CPU Card.
418c2ecf20Sopenharmony_ci
428c2ecf20Sopenharmony_ci	  The AXS103 Platform consists of an AXS10x mainboard with
438c2ecf20Sopenharmony_ci	  this daughtercard. Please use the axs103.dts device tree
448c2ecf20Sopenharmony_ci	  with this configuration.
458c2ecf20Sopenharmony_ci
468c2ecf20Sopenharmony_ciendif
47