2017-08-15 18:13:55 +00:00
|
|
|
# Copyright (C) 2017 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 ARC_SOC_HSDK
|
2017-09-04 09:48:43 +00:00
|
|
|
bool "ARC HS Development Kit SOC"
|
2018-07-17 22:21:56 +00:00
|
|
|
depends on ISA_ARCV2
|
|
|
|
select ARC_HAS_ACCL_REGS
|
2018-06-06 17:20:37 +00:00
|
|
|
select ARC_IRQ_NO_AUTOSAVE
|
2017-09-04 09:48:43 +00:00
|
|
|
select CLK_HSDK
|
2017-10-06 23:44:27 +00:00
|
|
|
select RESET_HSDK
|
2018-11-15 19:05:32 +00:00
|
|
|
select HAVE_PCI
|