diff --git a/sched/Kconfig b/sched/Kconfig index c3224699f5b..afba5ee82f0 100644 --- a/sched/Kconfig +++ b/sched/Kconfig @@ -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