Kconfigs: Add comments and a dependency.
This commit is contained in:
parent
8187858d79
commit
31278bc163
@ -213,6 +213,11 @@ config ARCH_HAVE_RTC_SUBSECONDS
|
|||||||
config ARCH_GLOBAL_IRQDISABLE
|
config ARCH_GLOBAL_IRQDISABLE
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
---help---
|
||||||
|
Indicates that disabling interrupts on one CPU will either (1) disable
|
||||||
|
all interrupts globally on all CPUs, or (2) will disable interprocessor
|
||||||
|
interrupts as well so that no context switches can occur on the CPU
|
||||||
|
that disabled "local" interrupts.
|
||||||
|
|
||||||
config ARCH_USE_MMU
|
config ARCH_USE_MMU
|
||||||
bool "Enable MMU"
|
bool "Enable MMU"
|
||||||
|
@ -252,6 +252,7 @@ config SPINLOCK
|
|||||||
config SPINLOCK_IRQ
|
config SPINLOCK_IRQ
|
||||||
bool "Support Spinlocks with IRQ control"
|
bool "Support Spinlocks with IRQ control"
|
||||||
default n
|
default n
|
||||||
|
depends on ARCH_GLOBAL_IRQDISABLE
|
||||||
---help---
|
---help---
|
||||||
Enables suppport for spinlocks with IRQ control. This feature can be
|
Enables suppport for spinlocks with IRQ control. This feature can be
|
||||||
used to protect data in SMP mode.
|
used to protect data in SMP mode.
|
||||||
|
Loading…
Reference in New Issue
Block a user