Skip to content

Commit 57d45f4

Browse files
committed
kconfig: update defaults
1 parent 74a6524 commit 57d45f4

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

main/Kconfig.projbuild

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ config BT_SPP_SERVER_NAME
1919
depends on ENABLE_OTA_OVER_SPP
2020
help
2121
Bluetooth SPP server name.
22+
23+
config ENABLE_BLE_CONTROL_IF
24+
bool "Enable BLE Control Interface"
25+
default y
26+
help
27+
Select this to enable BLE Control Interface.
2228
endmenu
2329

2430
menu "Audio Configuration"
@@ -49,7 +55,6 @@ config AUDIO_OUTPUT_I2S_NUM
4955
choice AUDIO_INPUT
5056
prompt "Audio Input"
5157
default AUDIO_INPUT_NONE
52-
depends on ENABLE_VFX
5358
help
5459
Select Audio Input Interface.
5560

@@ -127,13 +132,6 @@ config ENABLE_VFX
127132
help
128133
Select this to enable Visual Effects Output.
129134

130-
config ENABLE_BLE_CONTROL_IF
131-
bool "Enable BLE Control Interface"
132-
default y
133-
depends on ENABLE_VFX
134-
help
135-
Select this to enable BLE Control Interface.
136-
137135
choice VFX_OUTPUT
138136
prompt "VFX Output Device"
139137
default VFX_OUTPUT_ST7789

0 commit comments

Comments
 (0)