mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 09:49:21 +08:00
sched/Kconfig: RW_SPINLOCK depends on SPINLOCK
This commit is contained in:
parent
34476b497f
commit
ffc5434a8c
1 changed files with 2 additions and 2 deletions
|
@ -316,8 +316,6 @@ config TICKET_SPINLOCK
|
|||
---help---
|
||||
Use ticket spinlock algorithm.
|
||||
|
||||
endif # SPINLOCK
|
||||
|
||||
config RW_SPINLOCK
|
||||
bool "Support read-write Spinlocks"
|
||||
default y
|
||||
|
@ -326,6 +324,8 @@ config RW_SPINLOCK
|
|||
Reader can take read lock simultaneously and only one writer
|
||||
can take write lock.
|
||||
|
||||
endif # SPINLOCK
|
||||
|
||||
config IRQCHAIN
|
||||
bool "Enable multi handler sharing a IRQ"
|
||||
default n
|
||||
|
|
Loading…
Reference in a new issue