You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
412 B

  1. menu "Configuration"
  2. depends on PACKAGE_lxc
  3. config LXC_KERNEL_OPTIONS
  4. bool "Enable kernel support for LXC"
  5. default n
  6. select KERNEL_CGROUPS
  7. select KERNEL_NAMESPACES
  8. select KERNEL_LXC_MISC
  9. help
  10. Select needed kernel options for LXC related utilities. Options
  11. include cgroups, namespaces and other miscellaneous options. These
  12. options unfortunately can not be installed as a module.
  13. endmenu