[PATCH] Kconfig: menus: add PREEMPT options back

From: Randy Dunlap
Date: Mon Jul 02 2018 - 18:02:54 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Looks like the PREEMPT symbols from kernel/Kconfig.preempt were
lost, so add them back. Otherwise some of the RCU options are
set differently than they should be.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
---
init/Kconfig | 1 +
1 file changed, 1 insertion(+)

--- linux-next-20180702.orig/init/Kconfig
+++ linux-next-20180702/init/Kconfig
@@ -332,6 +332,7 @@ config AUDIT_TREE

source "kernel/irq/Kconfig"
source "kernel/time/Kconfig"
+source "kernel/Kconfig.preempt"

menu "CPU/Task time and stats accounting"