]> Pileus Git - ~andy/linux/blobdiff - arch/Kconfig
fsl_pq_mdio: Fix iomem unmapping for non-eTSEC2.0 controllers
[~andy/linux] / arch / Kconfig
index eef3bbb970753c1d840cb9c1520147850dda6800..d82875820a15a318134490eeb599802db209c4b7 100644 (file)
@@ -83,6 +83,13 @@ config KRETPROBES
        def_bool y
        depends on KPROBES && HAVE_KRETPROBES
 
+config USER_RETURN_NOTIFIER
+       bool
+       depends on HAVE_USER_RETURN_NOTIFIER
+       help
+         Provide a kernel-internal notification when a cpu is about to
+         switch to user mode.
+
 config HAVE_IOREMAP_PROT
        bool
 
@@ -132,5 +139,7 @@ config HAVE_HW_BREAKPOINT
        select ANON_INODES
        select PERF_EVENTS
 
+config HAVE_USER_RETURN_NOTIFIER
+       bool
 
 source "kernel/gcov/Kconfig"