Skip to content

Commit e32e4aa

Browse files
authored
Add Hash configuration to Kconfig.projbuild
1 parent c42facb commit e32e4aa

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
@@ -345,6 +345,7 @@ config ARDUINO_SELECTIVE_ArduinoOTA
345345
bool "Enable ArduinoOTA"
346346
depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_Network
347347
select ARDUINO_SELECTIVE_ESPmDNS
348+
select ARDUINO_SELECTIVE_Hash
348349
default y
349350

350351
config ARDUINO_SELECTIVE_AsyncUDP
@@ -378,10 +379,16 @@ config ARDUINO_SELECTIVE_NetBIOS
378379
depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_Network
379380
default y
380381

382+
config ARDUINO_SELECTIVE_Hash
383+
bool "Enable Hash"
384+
depends on ARDUINO_SELECTIVE_COMPILATION
385+
default y
386+
381387
config ARDUINO_SELECTIVE_WebServer
382388
bool "Enable WebServer"
383389
depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_Network
384390
default y
391+
select ARDUINO_SELECTIVE_HASH
385392
select ARDUINO_SELECTIVE_FS
386393

387394
config ARDUINO_SELECTIVE_WiFi

0 commit comments

Comments
 (0)