aboutsummaryrefslogtreecommitdiff
path: root/utils/lxc/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lxc/Config.in')
-rw-r--r--utils/lxc/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/utils/lxc/Config.in b/utils/lxc/Config.in
new file mode 100644
index 000000000..c52ba532e
--- /dev/null
+++ b/utils/lxc/Config.in
@@ -0,0 +1,15 @@
+menu "Configuration"
+ depends on PACKAGE_lxc
+
+config LXC_KERNEL_OPTIONS
+ bool "Enable kernel support for LXC"
+ default n
+ select KERNEL_CGROUPS
+ select KERNEL_NAMESPACES
+ select KERNEL_LXC_MISC
+ help
+ Select needed kernel options for LXC related utilities. Options
+ include cgroups, namespaces and other miscellaneous options. These
+ options unfortunately can not be installed as a module.
+
+endmenu