summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 4592bf7997c0..be8f97e37a76 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1171,9 +1171,6 @@ config LD_DEAD_CODE_DATA_ELIMINATION
1171config SYSCTL 1171config SYSCTL
1172 bool 1172 bool
1173 1173
1174config ANON_INODES
1175 bool
1176
1177config HAVE_UID16 1174config HAVE_UID16
1178 bool 1175 bool
1179 1176
@@ -1378,14 +1375,12 @@ config HAVE_FUTEX_CMPXCHG
1378config EPOLL 1375config EPOLL
1379 bool "Enable eventpoll support" if EXPERT 1376 bool "Enable eventpoll support" if EXPERT
1380 default y 1377 default y
1381 select ANON_INODES
1382 help 1378 help
1383 Disabling this option will cause the kernel to be built without 1379 Disabling this option will cause the kernel to be built without
1384 support for epoll family of system calls. 1380 support for epoll family of system calls.
1385 1381
1386config SIGNALFD 1382config SIGNALFD
1387 bool "Enable signalfd() system call" if EXPERT 1383 bool "Enable signalfd() system call" if EXPERT
1388 select ANON_INODES
1389 default y 1384 default y
1390 help 1385 help
1391 Enable the signalfd() system call that allows to receive signals 1386 Enable the signalfd() system call that allows to receive signals
@@ -1395,7 +1390,6 @@ config SIGNALFD
1395 1390
1396config TIMERFD 1391config TIMERFD
1397 bool "Enable timerfd() system call" if EXPERT 1392 bool "Enable timerfd() system call" if EXPERT
1398 select ANON_INODES
1399 default y 1393 default y
1400 help 1394 help
1401 Enable the timerfd() system call that allows to receive timer 1395 Enable the timerfd() system call that allows to receive timer
@@ -1405,7 +1399,6 @@ config TIMERFD
1405 1399
1406config EVENTFD 1400config EVENTFD
1407 bool "Enable eventfd() system call" if EXPERT 1401 bool "Enable eventfd() system call" if EXPERT
1408 select ANON_INODES
1409 default y 1402 default y
1410 help 1403 help
1411 Enable the eventfd() system call that allows to receive both 1404 Enable the eventfd() system call that allows to receive both
@@ -1516,7 +1509,6 @@ config KALLSYMS_BASE_RELATIVE
1516# syscall, maps, verifier 1509# syscall, maps, verifier
1517config BPF_SYSCALL 1510config BPF_SYSCALL
1518 bool "Enable bpf() system call" 1511 bool "Enable bpf() system call"
1519 select ANON_INODES
1520 select BPF 1512 select BPF
1521 select IRQ_WORK 1513 select IRQ_WORK
1522 default n 1514 default n
@@ -1533,7 +1525,6 @@ config BPF_JIT_ALWAYS_ON
1533 1525
1534config USERFAULTFD 1526config USERFAULTFD
1535 bool "Enable userfaultfd() system call" 1527 bool "Enable userfaultfd() system call"
1536 select ANON_INODES
1537 depends on MMU 1528 depends on MMU
1538 help 1529 help
1539 Enable the userfaultfd() system call that allows to intercept and 1530 Enable the userfaultfd() system call that allows to intercept and
@@ -1600,7 +1591,6 @@ config PERF_EVENTS
1600 bool "Kernel performance events and counters" 1591 bool "Kernel performance events and counters"
1601 default y if PROFILING 1592 default y if PROFILING
1602 depends on HAVE_PERF_EVENTS 1593 depends on HAVE_PERF_EVENTS
1603 select ANON_INODES
1604 select IRQ_WORK 1594 select IRQ_WORK
1605 select SRCU 1595 select SRCU
1606 help 1596 help