Merge pull request #300 from hnyman/haveged-fix
[feed/packages.git] / utils / lxc / Config.in
1 menu "Configuration"
2 depends on PACKAGE_lxc
3
4 config LXC_KERNEL_OPTIONS
5 bool "Enable kernel support for LXC"
6 default n
7 select KERNEL_CGROUPS
8 select KERNEL_NAMESPACES
9 select KERNEL_LXC_MISC
10 help
11 Select needed kernel options for LXC related utilities. Options
12 include cgroups, namespaces and other miscellaneous options. These
13 options unfortunately can not be installed as a module.
14
15 endmenu