-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathKconfig
More file actions
23 lines (18 loc) · 551 Bytes
/
Kconfig
File metadata and controls
23 lines (18 loc) · 551 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
menu "p44utils"
config P44UTILS_ENABLE_LEDCHAIN
bool "Enable WS28xx ledchain support"
help
This enables the LedChain support in p44utils.
config P44UTILS_ENABLE_JSON
bool "Enable JSON support"
help
This enables the JSON support in p44utils.
config P44UTILS_ENABLE_P44SCRIPT
bool "Enable p44script support"
help
This enables p44script scripting engine in p44utils.
config P44UTILS_ENABLE_P44LRGRAPHICS
bool "Enable p44lrgraphics support"
help
This enables lrgraphics support
endmenu