aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 73e91983760f..1e198b8c6936 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -120,15 +120,6 @@ config SYSVIPC
120 section 6.4 of the Linux Programmer's Guide, available from 120 section 6.4 of the Linux Programmer's Guide, available from
121 <http://www.tldp.org/guides.html>. 121 <http://www.tldp.org/guides.html>.
122 122
123config IPC_NS
124 bool "IPC Namespaces"
125 depends on SYSVIPC
126 default n
127 help
128 Support ipc namespaces. This allows containers, i.e. virtual
129 environments, to use ipc namespaces to provide different ipc
130 objects for different servers. If unsure, say N.
131
132config SYSVIPC_SYSCTL 123config SYSVIPC_SYSCTL
133 bool 124 bool
134 depends on SYSVIPC 125 depends on SYSVIPC
@@ -218,14 +209,6 @@ config TASK_IO_ACCOUNTING
218 209
219 Say N if unsure. 210 Say N if unsure.
220 211
221config UTS_NS
222 bool "UTS Namespaces"
223 default n
224 help
225 Support uts namespaces. This allows containers, i.e.
226 vservers, to use uts namespaces to provide different
227 uts info for different servers. If unsure, say N.
228
229config AUDIT 212config AUDIT
230 bool "Auditing support" 213 bool "Auditing support"
231 depends on NET 214 depends on NET