1# SPDX-License-Identifier: GPL-2.0 2# Copyright (c) 2022 Huawei Device Co., Ltd. 3# 4 5# net/newip/Kconfig 6config NEWIP 7 def_bool $(success,$(srctree)/scripts/ohos-check-dir.sh $(srctree)/net/newip) 8 depends on INET && NET 9 help 10 Support for NewIP. 11 12config NEWIP_FAST_KEEPALIVE 13 bool "NewIP fast keepalive" 14 default n 15 depends on NEWIP 16 help 17 Support for NewIP fast keepalive. 18 19config NEWIP_HOOKS 20 def_bool NEWIP && HCK_VENDOR_HOOKS 21 help 22 Enable NewIP hooks implemented as tracepoints 23 Allow NewIP modules to attach to tracepoint "hooks" defined via 24 DECLARE_TRACE or DECLARE_HOOK