forked from Sendspin/sendspin-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKconfig
More file actions
32 lines (24 loc) · 694 Bytes
/
Copy pathKconfig
File metadata and controls
32 lines (24 loc) · 694 Bytes
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
menu "sendspin-cpp"
config SENDSPIN_CPP_WS_SUPPORT
bool
default y
select HTTPD_WS_SUPPORT
config SENDSPIN_ENABLE_PLAYER
bool "Enable player role (audio decode/playback)"
default y
config SENDSPIN_ENABLE_CONTROLLER
bool "Enable controller role"
default y
config SENDSPIN_ENABLE_METADATA
bool "Enable metadata role"
default y
config SENDSPIN_ENABLE_COLOR
bool "Enable color role"
default y
config SENDSPIN_ENABLE_ARTWORK
bool "Enable artwork role"
default y
config SENDSPIN_ENABLE_VISUALIZER
bool "Enable visualizer role"
default y
endmenu