tmobile / DevEdge-IoTDevKit-ZephyrRTOS

T-Mobile Zephyr OS is a fork of zephyrproject-rtos/zephyr that is shipped on the DevKit and used for contributing upstream.
Apache License 2.0
13 stars 5 forks source link

net: ipv6: Fix Kconfig dependencies when native IPv6 is disabled #155

Closed jtbaumann closed 1 year ago

jtbaumann commented 1 year ago

In case native IPv6 is disabled, Kconfig entries related to native IPv6 stack should not be enabled. Otherwise, circular dependencies can be created if native stack is disabled, as in case of recent changes in NET_IPV6_RA_RDNSS option (where a dependency for a native stack module was enabled).