Skip to content

Commit

Permalink
Config.in: expose symbols specific to lxc in separate item
Browse files Browse the repository at this point in the history
SVN-Revision: 36650
  • Loading branch information
lperkov committed May 17, 2013
1 parent 7f847fe commit 058d074
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,18 @@ menu "Global build settings"
Allow user space to create what appear to be multiple instances
of the network stack.

endif

#
# LXC related symbols
#

config KERNEL_LXC_MISC
bool "Enable miscellaneous LXC related options"
default n

if KERNEL_LXC_MISC

config KERNEL_DEVPTS_MULTIPLE_INSTANCES
bool "Support multiple instances of devpts"
default y
Expand All @@ -578,6 +590,20 @@ menu "Global build settings"
filesystem with the '-o newinstance' option will create an
independent PTY namespace.

config KERNEL_POSIX_MQUEUE
bool "POSIX Message Queues"
default n
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'
and can be mounted somewhere if you want to do filesystem
operations on message queues.

endif

comment "Package build options"
Expand Down

0 comments on commit 058d074

Please sign in to comment.