projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb12433
)
ARC: [hsdk]: Enable FPU_SAVE_RESTORE
author
Vineet Gupta
<vgupta@synopsys.com>
Fri, 8 Jan 2021 21:46:55 +0000
(13:46 -0800)
committer
Vineet Gupta
<vgupta@synopsys.com>
Fri, 8 Jan 2021 21:46:58 +0000
(13:46 -0800)
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>
arch/arc/plat-hsdk/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arc/plat-hsdk/Kconfig
b/arch/arc/plat-hsdk/Kconfig
index
6b5c545
..
a2d10c2
100644
(file)
--- a/
arch/arc/plat-hsdk/Kconfig
+++ b/
arch/arc/plat-hsdk/Kconfig
@@
-7,6
+7,7
@@
menuconfig ARC_SOC_HSDK
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