diff --git a/init/Kconfig b/init/Kconfig index 54f31a191b8813a1bac92190cd237023c30a684d..a29a688c47d3128dc63fed1c70e799351ca38449 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -689,3 +689,6 @@ config STOP_MACHINE Need stop_machine() primitive. source "block/Kconfig" + +config PREEMPT_NOTIFIERS + bool diff --git a/kernel/Kconfig.preempt b/kernel/Kconfig.preempt index 6b066632e40c2a9f0621d487d0caf5a7700c7b41..c64ce9c14207644bfc07c5f2c729f5fe9b66c5b6 100644 --- a/kernel/Kconfig.preempt +++ b/kernel/Kconfig.preempt @@ -63,6 +63,3 @@ config PREEMPT_BKL Say Y here if you are building a kernel for a desktop system. Say N if you are unsure. -config PREEMPT_NOTIFIERS - bool -