mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 14:12:51 +00:00
af1fc5baa7
This manifsted as strace segfaulting on HSDK because gcc was targetting the accumulator registers as GPRs, which kernek was not saving/restoring by default. Cc: stable@vger.kernel.org #4.14+ Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
15 lines
410 B
Plaintext
15 lines
410 B
Plaintext
# 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
|
|
bool "ARC HS Development Kit SOC"
|
|
depends on ISA_ARCV2
|
|
select ARC_HAS_ACCL_REGS
|
|
select CLK_HSDK
|
|
select RESET_HSDK
|
|
select MIGHT_HAVE_PCI
|