From de58c2e89c6d38ae21e12b83902defa171b0b635 Mon Sep 17 00:00:00 2001 From: ZoRo Date: Sun, 5 Apr 2020 16:31:20 +0100 Subject: Updated font ascii/utf8 --- Kconfig | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Kconfig (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig new file mode 100644 index 0000000..7f69c12 --- /dev/null +++ b/Kconfig @@ -0,0 +1,38 @@ +source "debug/Kconfig" +source "status/Kconfig" + +choice + prompt "Formating mode" + help + Choose different formating modes for + + config STATUS_FMT_NONE + bool "No formating" + + config STATUS_FMT_COLOR + bool "Simple escape sequence formating" + + config STATUS_FMT_PANGO + bool "Set formating for pango" + +endchoice + +choice + prompt "ASCII/UTF8" + + config STATUS_ASCII + bool "ASCII text" + + config STATUS_UTF8 + bool "UTF8 icons" + +endchoice + +choice + prompt "Debug" + config DEBUG_NONE + bool "No debug" + config DEBUG_MODE + bool "ASSERT type debuging" +endchoice + -- cgit v1.2.3