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