Alexey Brodkin | 556cc1c | 2014-01-27 14:51:34 +0100 | [diff] [blame] | 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 | |
Vineet Gupta | 5fa2daa | 2015-03-09 14:33:40 +0530 | [diff] [blame] | 9 | menuconfig ARC_PLAT_AXS10X |
Alexey Brodkin | 556cc1c | 2014-01-27 14:51:34 +0100 | [diff] [blame] | 10 | bool "Synopsys ARC AXS10x Software Development Platforms" |
| 11 | select DW_APB_ICTL |
| 12 | select GPIO_DWAPB |
| 13 | select OF_GPIO |
Joao Pinto | c1678ff | 2016-03-10 14:44:13 -0600 | [diff] [blame] | 14 | select MIGHT_HAVE_PCI |
Alexey Brodkin | 556cc1c | 2014-01-27 14:51:34 +0100 | [diff] [blame] | 15 | select GENERIC_IRQ_CHIP |
Linus Walleij | 59851aa | 2016-04-19 10:45:14 +0200 | [diff] [blame] | 16 | select GPIOLIB |
Alexey Brodkin | 556cc1c | 2014-01-27 14:51:34 +0100 | [diff] [blame] | 17 | help |
| 18 | Support for the ARC AXS10x Software Development Platforms. |
| 19 | |
| 20 | The AXS10x Platforms consist of a mainboard with peripherals, |
| 21 | on which several daughter cards can be placed. The daughter cards |
| 22 | typically contain a CPU and memory. |
| 23 | |
| 24 | if ARC_PLAT_AXS10X |
| 25 | |
| 26 | config AXS101 |
Vineet Gupta | 5fa2daa | 2015-03-09 14:33:40 +0530 | [diff] [blame] | 27 | depends on ISA_ARCOMPACT |
Alexey Brodkin | 556cc1c | 2014-01-27 14:51:34 +0100 | [diff] [blame] | 28 | bool "AXS101 with AXC001 CPU Card (ARC 770D/EM6/AS221)" |
| 29 | help |
| 30 | This adds support for the 770D/EM6/AS221 CPU Card. Only the ARC |
| 31 | 770D is supported in Linux. |
| 32 | |
| 33 | The AXS101 Platform consists of an AXS10x mainboard with |
| 34 | this daughtercard. Please use the axs101.dts device tree |
| 35 | with this configuration. |
| 36 | |
Vineet Gupta | 5fa2daa | 2015-03-09 14:33:40 +0530 | [diff] [blame] | 37 | config AXS103 |
| 38 | bool "AXS103 with AXC003 CPU Card (ARC HS38x)" |
| 39 | depends on ISA_ARCV2 |
| 40 | help |
| 41 | This adds support for the HS38x CPU Card. |
| 42 | |
| 43 | The AXS103 Platform consists of an AXS10x mainboard with |
| 44 | this daughtercard. Please use the axs103.dts device tree |
| 45 | with this configuration. |
| 46 | |
Alexey Brodkin | 556cc1c | 2014-01-27 14:51:34 +0100 | [diff] [blame] | 47 | endif |