config: kernel: remove KERNEL_LXC_MISC

Kernel features are neutral.  The two cascaded features can also be
useful for other container related tools

It's also less error-prone if only kconfig symbols from the kernel are
prefixed KERNEL_

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
master
Yousong Zhou 5 years ago
parent 083bb9b6a4
commit 4f94a331e1

@ -623,41 +623,30 @@ if KERNEL_NAMESPACES
endif endif
# config KERNEL_DEVPTS_MULTIPLE_INSTANCES
# LXC related symbols bool "Support multiple instances of devpts"
# default y
help
config KERNEL_LXC_MISC Enable support for multiple instances of devpts filesystem.
bool "Enable miscellaneous LXC related options" If you want to have isolated PTY namespaces (eg: in containers),
default y if !SMALL_FLASH say Y here. Otherwise, say N. If enabled, each mount of devpts
filesystem with the '-o newinstance' option will create an
if KERNEL_LXC_MISC independent PTY namespace.
config KERNEL_DEVPTS_MULTIPLE_INSTANCES config KERNEL_POSIX_MQUEUE
bool "Support multiple instances of devpts" bool "POSIX Message Queues"
default y default y
help help
Enable support for multiple instances of devpts filesystem. POSIX variant of message queues is a part of IPC. In POSIX message
If you want to have isolated PTY namespaces (eg: in containers), queues every message has a priority which decides about succession
say Y here. Otherwise, say N. If enabled, each mount of devpts of receiving it by a process. If you want to compile and run
filesystem with the '-o newinstance' option will create an programs written e.g. for Solaris with use of its POSIX message
independent PTY namespace. queues (functions mq_*) say Y here.
config KERNEL_POSIX_MQUEUE
bool "POSIX Message Queues"
default y
help
POSIX variant of message queues is a part of IPC. In POSIX message
queues every message has a priority which decides about succession
of receiving it by a process. If you want to compile and run
programs written e.g. for Solaris with use of its POSIX message
queues (functions mq_*) say Y here.
POSIX message queues are visible as a filesystem called 'mqueue' POSIX message queues are visible as a filesystem called 'mqueue'
and can be mounted somewhere if you want to do filesystem and can be mounted somewhere if you want to do filesystem
operations on message queues. operations on message queues.
endif
config KERNEL_SECCOMP_FILTER config KERNEL_SECCOMP_FILTER
bool bool

Loading…
Cancel
Save