Skip to content

Commit 393834b

Browse files
fill1890lucasssvaz
andauthored
fix(hash): add selective build option for Hash, WebServer dependency (espressif#11854)
* fix: add Hash selective build option * Add missing Hash selection --------- Co-authored-by: Lucas Saavedra Vaz <[email protected]>
1 parent c42facb commit 393834b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Kconfig.projbuild

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,15 @@ config ARDUINO_SELECTIVE_PPP
341341
depends on ARDUINO_SELECTIVE_COMPILATION
342342
default y
343343

344+
config ARDUINO_SELECTIVE_Hash
345+
bool "Enable Hash"
346+
depends on ARDUINO_SELECTIVE_COMPILATION
347+
default y
348+
344349
config ARDUINO_SELECTIVE_ArduinoOTA
345350
bool "Enable ArduinoOTA"
346351
depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_Network
352+
select ARDUINO_SELECTIVE_Hash
347353
select ARDUINO_SELECTIVE_ESPmDNS
348354
default y
349355

@@ -383,6 +389,7 @@ config ARDUINO_SELECTIVE_WebServer
383389
depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_Network
384390
default y
385391
select ARDUINO_SELECTIVE_FS
392+
select ARDUINO_SELECTIVE_Hash
386393

387394
config ARDUINO_SELECTIVE_WiFi
388395
bool "Enable WiFi"

0 commit comments

Comments
 (0)