]> Pileus Git - ~andy/linux/blobdiff - arch/Kconfig
fsl_pq_mdio: Fix iomem unmapping for non-eTSEC2.0 controllers
[~andy/linux] / arch / Kconfig
index 7f418bbc261a0f825ab6072f935f1f974a2f746c..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
 
@@ -126,4 +133,13 @@ config HAVE_DMA_API_DEBUG
 config HAVE_DEFAULT_NO_SPIN_MUTEXES
        bool
 
+config HAVE_HW_BREAKPOINT
+       bool
+       depends on HAVE_PERF_EVENTS
+       select ANON_INODES
+       select PERF_EVENTS
+
+config HAVE_USER_RETURN_NOTIFIER
+       bool
+
 source "kernel/gcov/Kconfig"