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.

35 lines
556 B

  1. # bwm-ng advanced configuration
  2. menu "Configuration"
  3. depends on PACKAGE_bwm-ng
  4. config BWMNG_CONFIGFILE
  5. bool "enable configfile support"
  6. default n
  7. config BWMNG_HTML
  8. bool "enable html output"
  9. default n
  10. config BWMNG_CSV
  11. bool "enable csv output"
  12. default n
  13. config BWMNG_EXTENDEDSTATS
  14. bool "enable max, sum and avg stats"
  15. default y
  16. config BWMNG_LIBNCURSES
  17. bool "enable libncurses support"
  18. default n
  19. config BWMNG_TIME
  20. bool "enable accurate time calculating"
  21. default y
  22. config BWMNG_GETOPT_LONG
  23. bool "enable long options"
  24. default n
  25. endmenu