aboutsummaryrefslogtreecommitdiff
path: root/net/bwm-ng/Config.in
blob: d822e12f45fa868fcfc1ef4400a437f5864950e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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