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.

16 lines
317 B

  1. menu "Configuration"
  2. depends on PACKAGE_seafile-server
  3. config SEAFILE_FUSE_SUPPORT
  4. bool "Enable FUSE support"
  5. select PACKAGE_libfuse
  6. default n
  7. config SEAFILE_CONSOLE_SUPPORT
  8. bool "Enable seafile server console"
  9. default n
  10. config SEAFILE_RIAK_SUPPORT
  11. bool "Enable support for riak backend"
  12. default n
  13. endmenu