mirror of https://github.com/RT-Thread/rt-thread
[smart] Fix typo in vDSO Kconfig.
This commit is contained in:
parent
921abdfb41
commit
7e2b74a693
|
@ -1,4 +1,4 @@
|
|||
config RT_USING_VDSO
|
||||
bool "vDSO (??Virtual Dynamic Shared Object)"
|
||||
bool "vDSO (Virtual Dynamic Shared Object)"
|
||||
depends on (ARCH_ARMV8 || ARCH_RISCV)
|
||||
default y
|
||||
|
|
Loading…
Reference in New Issue