1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 16:01:18 +01:00

Kconfig: Expose gnrc/ipv6/whitelist configurations

This commit is contained in:
Leandro Lanzieri 2019-12-06 15:04:14 +01:00
parent a626fec016
commit 9a0a514fdd
2 changed files with 21 additions and 0 deletions

View File

@ -7,4 +7,6 @@
menu "GNRC Network stack"
depends on MODULE_GNRC
rsource "network_layer/ipv6/whitelist/Kconfig"
endmenu # GNRC Network Stack

View File

@ -0,0 +1,19 @@
# Copyright (c) 2019 HAW Hamburg
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
menuconfig KCONFIG_MODULE_GNRC_IPV6_WHITELIST
bool "Configure GNRC IPv6 Whitelisting"
depends on MODULE_GNRC_IPV6_WHITELIST
help
Configure GNRC IPv6 Whitelisting module using Kconfig.
if KCONFIG_MODULE_GNRC_IPV6_WHITELIST
config GNRC_IPV6_WHITELIST_SIZE
int "Maximum size of the whitelist"
default 8
endif # KCONFIG_MODULE_GNRC_IPV6_WHITELIST