|
|
- # bwm-ng advanced configuration
-
- menu "Configuration"
- depends on PACKAGE_bwm-ng
-
- config BWMNG_CONFIGFILE
- bool "enable configfile support"
- default n
-
- config BWMNG_HTML
- bool "enable html output"
- default n
-
- config BWMNG_CSV
- bool "enable csv output"
- default n
-
- config BWMNG_EXTENDEDSTATS
- bool "enable max, sum and avg stats"
- default y
-
- config BWMNG_LIBNCURSES
- bool "enable libncurses support"
- default n
-
- config BWMNG_TIME
- bool "enable accurate time calculating"
- default y
-
- config BWMNG_GETOPT_LONG
- bool "enable long options"
- default n
-
- endmenu
-
|