From 2a23f355c72be72fb3aee1f72c24607a100f8b01 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Thu, 5 Mar 2020 07:38:21 +0100 Subject: [PATCH] examples: enable IPv6 in example common connect for esp32s2 Closes IDF-1115 * Original commit: espressif/esp-idf@0927ac648f04550f7e883ab96ad210d467104c74 --- .../protocol_examples_common/Kconfig.projbuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/common_components/protocol_examples_common/Kconfig.projbuild b/examples/common_components/protocol_examples_common/Kconfig.projbuild index f8ceb1e40..6965c46a0 100644 --- a/examples/common_components/protocol_examples_common/Kconfig.projbuild +++ b/examples/common_components/protocol_examples_common/Kconfig.projbuild @@ -176,8 +176,6 @@ menu "Example Connection Configuration" config EXAMPLE_CONNECT_IPV6 bool "Obtain IPv6 link-local address" - depends on IDF_TARGET_ESP32 - # ToDo: remove once IPV6 is supported on esp32s2 default y help By default, examples will wait until IPv4 and IPv6 addresses are obtained.