Alexey Brodkin | a518d63 | 2017-08-15 21:13:55 +0300 | [diff] [blame] | 1 | # Copyright (C) 2017 Synopsys, Inc. (www.synopsys.com) |
| 2 | # |
| 3 | # This program is free software; you can redistribute it and/or modify |
| 4 | # it under the terms of the GNU General Public License version 2 as |
| 5 | # published by the Free Software Foundation. |
| 6 | # |
| 7 | |
| 8 | menuconfig ARC_SOC_HSDK |
Eugeniy Paltsev | ef833ea | 2017-09-04 12:48:43 +0300 | [diff] [blame] | 9 | bool "ARC HS Development Kit SOC" |
Vineet Gupta | af1fc5b | 2018-07-17 15:21:56 -0700 | [diff] [blame] | 10 | depends on ISA_ARCV2 |
| 11 | select ARC_HAS_ACCL_REGS |
Vineet Gupta | e494239 | 2018-06-06 10:20:37 -0700 | [diff] [blame] | 12 | select ARC_IRQ_NO_AUTOSAVE |
Eugeniy Paltsev | ef833ea | 2017-09-04 12:48:43 +0300 | [diff] [blame] | 13 | select CLK_HSDK |
Vineet Gupta | a528629 | 2017-10-06 16:44:27 -0700 | [diff] [blame] | 14 | select RESET_HSDK |
Christoph Hellwig | eb01d42 | 2018-11-15 20:05:32 +0100 | [diff] [blame] | 15 | select HAVE_PCI |