mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
d25fc243c4
This changes the prefixes of the symbols generated from USEMODULE and USEPKG variables. The changes are as follow: KCONFIG_MODULE_ => KCONFIG_USEMODULE_ KCONFIG_PKG_ => KCONFIG_USEPKG_ MODULE_ => USEMODULE_ PKG_ => USEPKG_
11 lines
375 B
Plaintext
11 lines
375 B
Plaintext
if USEMODULE_ETHOS
|
|
config GNRC_DHCPV6_CLIENT_6LBR_STATIC_ROUTE
|
|
default y
|
|
depends on USEMODULE_GNRC_DHCPV6_CLIENT_6LBR && KCONFIG_USEMODULE_GNRC_DHCPV6
|
|
config GNRC_NETIF_IPV6_ADDRS_NUMOF
|
|
# CONFIG_GNRC_DHCPV6_CLIENT_6LBR_STATIC_ROUTE=1 requires one more address
|
|
# for `fe80::2`.
|
|
default 3
|
|
depends on KCONFIG_USEMODULE_GNRC_NETIF
|
|
endif # USEMODULE_ETHOS
|