aboutsummaryrefslogtreecommitdiffstats
path: root/status/Kconfig
blob: 4b1dbdac8f63129c249ded5c9706568b813e2766 (plain) (blame)
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
menuconfig STATUS
	bool "Choose statuses"
	option status

if STATUS
config STATUS_TIME
	bool "Show current time"
	default n

config STATUS_DATE
	bool "Show current date"
	default n

config STATUS_LOAD_AVERAGE
	bool "Average system load"
	default n

config STATUS_BATTERY
	bool "Battery or AC?"
	default n

config STATUS_TEMP
	bool "Show temperature"
	default n

config STATUS_CPU
	bool "Show current CPU usage"
	default n

endif