1# SPDX-License-Identifier: GPL-2.0 2menu "Vendor Hooks" 3 4config VENDOR_HOOKS 5 bool "Vendor Hooks" 6 depends on TRACEPOINTS 7 help 8 Enable vendor hooks implemented as tracepoints 9 10 Allow vendor modules to attach to tracepoint "hooks" defined via 11 DECLARE_TRACE or DECLARE_HOOK 12 13config OHOS_VENDOR 14 def_bool $(success,$(srctree)/scripts/ohos-check-dir.sh $(srctree)/vendor) 15 16endmenu 17