1# SPDX-License-Identifier: GPL-2.0-only 2menu "Hck" 3 4config HCK 5 bool "Hck Drivers" 6 help 7 Enable support for various drivers needed on the OpenHarmony Common Kernel 8 9if HCK 10 11config HCK_VENDOR_HOOKS 12 bool "Hck Vendor Hooks" 13 help 14 Enable vendor hooks implemented as tracepoints 15 16 Allow vendor modules to attach to tracepoint "hooks" defined via 17 DECLARE_HCK_HOOK DECLARE_HCK_RESTRICTED_HOOK 18 19endif # if HCK 20 21endmenu 22