commit | dc8f02309883f623253bf3f0ab84979cd03fb3c7 | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Tue Mar 21 12:43:28 2023 +0100 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Tue Mar 21 18:11:06 2023 +0000 |
tree | 63be249150454b7b14c2c29395226a60ac1067b2 | |
parent | fbe930ad0e3c40ffda73ab9c40ec497e28ac507d [diff] |
net: ipv6: Fix Kconfig dependencies when native IPv6 is disabled 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). Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>