aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/init/Kconfig b/init/Kconfig
index cf7e4824c8d0..2c0e50ef554a 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1589,14 +1589,11 @@ config ADVISE_SYSCALLS
config USERFAULTFD
bool "Enable userfaultfd() system call"
select ANON_INODES
- default y
depends on MMU
help
Enable the userfaultfd() system call that allows to intercept and
handle page faults in userland.
- If unsure, say Y.
-
config PCI_QUIRKS
default y
bool "Enable PCI quirk workarounds" if EXPERT