lxc: add busybox options menu
[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 config LXC_BUSYBOX_OPTIONS
16 bool "Enable busybox support for lxc-create tool"
17 default n
18 select BUSYBOX_CUSTOM
19 select BUSYBOX_CONFIG_HAVE_DOT_CONFIG
20 select BUSYBOX_CONFIG_FEATURE_SEAMLESS_XZ
21 select BUSYBOX_CONFIG_FEATURE_TAR_LONG_OPTIONS
22 select BUSYBOX_CONFIG_GETOPT
23 select BUSYBOX_CONFIG_FEATURE_GETOPT_LONG
24 help
25 Select needed busybox options for lxc-create utility. This include XZ tar
26 compression, long option support for tar and built-in getopt support.
27
28 endmenu