Skip to content

Commit 9604cdf

Browse files
authored
Added selective compilation for LITTLEFS and WiFiProv libraries. (#4877)
1 parent a4273bc commit 9604cdf

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
@@ -265,6 +265,12 @@ config ARDUINO_SELECTIVE_HTTPClient
265265
select ARDUINO_SELECTIVE_WiFiClientSecure
266266
default y
267267

268+
config ARDUINO_SELECTIVE_LITTLEFS
269+
bool "Enable LITTLEFS"
270+
depends on ARDUINO_SELECTIVE_COMPILATION
271+
select ARDUINO_SELECTIVE_FS
272+
default y
273+
268274
config ARDUINO_SELECTIVE_NetBIOS
269275
bool "Enable NetBIOS"
270276
depends on ARDUINO_SELECTIVE_COMPILATION
@@ -331,6 +337,12 @@ config ARDUINO_SELECTIVE_WiFiClientSecure
331337
select ARDUINO_SELECTIVE_WiFi
332338
default y
333339

340+
config ARDUINO_SELECTIVE_WiFiProv
341+
bool "Enable WiFiProv"
342+
depends on ARDUINO_SELECTIVE_COMPILATION
343+
select ARDUINO_SELECTIVE_WiFi
344+
default y
345+
334346
config ARDUINO_SELECTIVE_Wire
335347
bool "Enable Wire"
336348
depends on ARDUINO_SELECTIVE_COMPILATION

0 commit comments

Comments
 (0)