diff options
Diffstat (limited to 'status/Kconfig')
-rw-r--r-- | status/Kconfig | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/status/Kconfig b/status/Kconfig new file mode 100644 index 0000000..4b1dbda --- /dev/null +++ b/status/Kconfig @@ -0,0 +1,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 + |