mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:38:03 +00:00
e8deee4f15
HSDK has hardware floating point and the common use case is with glibc+hf so enable that as default. Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
15 lines
340 B
Plaintext
15 lines
340 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (C) 2017 Synopsys, Inc. (www.synopsys.com)
|
|
#
|
|
|
|
menuconfig ARC_SOC_HSDK
|
|
bool "ARC HS Development Kit SOC"
|
|
depends on ISA_ARCV2
|
|
select ARC_HAS_ACCL_REGS
|
|
select ARC_IRQ_NO_AUTOSAVE
|
|
select ARC_FPU_SAVE_RESTORE
|
|
select CLK_HSDK
|
|
select RESET_CONTROLLER
|
|
select RESET_HSDK
|
|
select HAVE_PCI
|