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:
parent
a626fec016
commit
9a0a514fdd
@ -7,4 +7,6 @@
|
||||
menu "GNRC Network stack"
|
||||
depends on MODULE_GNRC
|
||||
|
||||
rsource "network_layer/ipv6/whitelist/Kconfig"
|
||||
|
||||
endmenu # GNRC Network Stack
|
||||
|
||||
19
sys/net/gnrc/network_layer/ipv6/whitelist/Kconfig
Normal file
19
sys/net/gnrc/network_layer/ipv6/whitelist/Kconfig
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user