mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 14:01:39 +00:00
Hardware spinlock modules provide hardware assistance for synchronization and mutual exclusion between heterogeneous processors and those not operating under a single, shared operating system. Signed-off-by: GuEe-GUI <2991707448@qq.com>
16 lines
499 B
Plaintext
16 lines
499 B
Plaintext
menuconfig RT_USING_HWSPINLOCK
|
|
bool "Using Hardware Spinlock device drivers"
|
|
depends on RT_USING_DM
|
|
depends on RT_USING_OFW
|
|
select RT_USING_ADT
|
|
select RT_USING_ADT_REF
|
|
default n
|
|
help
|
|
Hardware spinlock modules provide hardware assistance for
|
|
synchronization and mutual exclusion between heterogeneous processors
|
|
and those not operating under a single, shared operating system.
|
|
|
|
if RT_USING_HWSPINLOCK
|
|
osource "$(SOC_DM_HWSPINLOCK_DIR)/Kconfig"
|
|
endif
|