Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
Set SYSRISCV_ATOMIC based on ISA_A
Browse files Browse the repository at this point in the history
  • Loading branch information
palmer-dabbelt committed May 26, 2017
1 parent 710b5bb commit 921703e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/riscv/Kconfig
Expand Up @@ -161,7 +161,7 @@ config ISA_A

config SYSRISCV_ATOMIC
bool "Include support for atomic operation syscalls"
default n
default !ISA_A
help
If atomic memory instructions are present, i.e.,
CONFIG_ISA_A, this includes support for the syscall that
Expand Down

0 comments on commit 921703e

Please sign in to comment.