blob: d822e12f45fa868fcfc1ef4400a437f5864950e3 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001# bwm-ng advanced configuration
2
3menu "Configuration"
4 depends on PACKAGE_bwm-ng
5
6config BWMNG_CONFIGFILE
7 bool "enable configfile support"
8 default n
9
10config BWMNG_HTML
11 bool "enable html output"
12 default n
13
14config BWMNG_CSV
15 bool "enable csv output"
16 default n
17
18config BWMNG_EXTENDEDSTATS
19 bool "enable max, sum and avg stats"
20 default y
21
22config BWMNG_LIBNCURSES
23 bool "enable libncurses support"
24 default n
25
26config BWMNG_TIME
27 bool "enable accurate time calculating"
28 default y
29
30config BWMNG_GETOPT_LONG
31 bool "enable long options"
32 default n
33
34endmenu
35