summaryrefslogtreecommitdiff
path: root/target/config/Config.in.cpu
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-03-04 03:03:02 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-03-04 03:03:02 +0100
commit9c7797245138ee0e411f2bae618e05a375e1f06f (patch)
tree45d47b510cd0417db2c13424102cdda416dc3cb1 /target/config/Config.in.cpu
parentf139fafceb3d6f6fc9211146b2bdea4af4508dac (diff)
riscv: add experimental linux/glibc support
Diffstat (limited to 'target/config/Config.in.cpu')
-rw-r--r--target/config/Config.in.cpu2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu
index d7132e1ef..962942528 100644
--- a/target/config/Config.in.cpu
+++ b/target/config/Config.in.cpu
@@ -1012,6 +1012,8 @@ config ADK_TARGET_CPU_PPC64_POWER8
# riscv
config ADK_TARGET_CPU_RISCV
bool "riscv"
+ select ADK_TARGET_SUPPORTS_THREADS
+ select ADK_TARGET_SUPPORTS_NPTL
select ADK_TARGET_WITH_MMU
depends on ADK_TARGET_ARCH_RISCV