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.

14 lines
226 B

  1. menu "Configuration"
  2. depends on PACKAGE_parted
  3. config PARTED_READLINE
  4. bool "Use readline library"
  5. depends on PACKAGE_parted
  6. default y
  7. config PARTED_LVM2
  8. bool "Support LVM"
  9. depends on PACKAGE_parted
  10. default n
  11. endmenu