Skip to content

Commit 247dba6

Browse files
AronRubinme-no-dev
authored andcommitted
Added selective compilation for LITTLEFS and WiFiProv libraries. (#4877)
1 parent 5f2ec26 commit 247dba6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: Kconfig.projbuild

+12
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,12 @@ config ARDUINO_SELECTIVE_HTTPClient
271271
select ARDUINO_SELECTIVE_WiFiClientSecure
272272
default y
273273

274+
config ARDUINO_SELECTIVE_LITTLEFS
275+
bool "Enable LITTLEFS"
276+
depends on ARDUINO_SELECTIVE_COMPILATION
277+
select ARDUINO_SELECTIVE_FS
278+
default y
279+
274280
config ARDUINO_SELECTIVE_NetBIOS
275281
bool "Enable NetBIOS"
276282
depends on ARDUINO_SELECTIVE_COMPILATION
@@ -337,6 +343,12 @@ config ARDUINO_SELECTIVE_WiFiClientSecure
337343
select ARDUINO_SELECTIVE_WiFi
338344
default y
339345

346+
config ARDUINO_SELECTIVE_WiFiProv
347+
bool "Enable WiFiProv"
348+
depends on ARDUINO_SELECTIVE_COMPILATION
349+
select ARDUINO_SELECTIVE_WiFi
350+
default y
351+
340352
config ARDUINO_SELECTIVE_Wire
341353
bool "Enable Wire"
342354
depends on ARDUINO_SELECTIVE_COMPILATION

0 commit comments

Comments
 (0)