Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#
# Copyright (CONFIG_C) 2013-15 Synopsys, Inc. (www.synopsys.com)
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#

menuconfig CONFIG_ARC_PLAT_AXS10X
	bool "Synopsys ARC AXS10x Software Development Platforms"
	select CONFIG_DW_APB_ICTL
	select CONFIG_GPIO_DWAPB
	select CONFIG_OF_GPIO
	select CONFIG_MIGHT_HAVE_PCI
	select CONFIG_GENERIC_IRQ_CHIP
	select CONFIG_GPIOLIB
	help
	  Support for the CONFIG_ARC AXS10x Software Development Platforms.

	  The AXS10x Platforms consist of a mainboard with peripherals,
	  on which several daughter cards can be placed. The daughter cards
	  typically contain a CPU and memory.

if CONFIG_ARC_PLAT_AXS10X

config CONFIG_AXS101
	depends on CONFIG_ISA_ARCOMPACT
	bool "AXS101 with AXC001 CPU Card (ARC 770D/EM6/AS221)"
	help
	  This adds support for the 770D/EM6/AS221 CPU Card. Only the CONFIG_ARC
	  770D is supported in Linux.

	  The CONFIG_AXS101 Platform consists of an AXS10x mainboard with
	  this daughtercard. Please use the axs101.dts device tree
	  with this configuration.

config CONFIG_AXS103
	bool "AXS103 with AXC003 CPU Card (ARC HS38x)"
	depends on CONFIG_ISA_ARCV2
	help
	  This adds support for the HS38x CPU Card.

	  The CONFIG_AXS103 Platform consists of an AXS10x mainboard with
	  this daughtercard. Please use the axs103.dts device tree
	  with this configuration.

endif