xref: /kernel/linux/linux-6.6/drivers/hck/Kconfig (revision 62306a36)
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_cimenu "Hck"
362306a36Sopenharmony_ci
462306a36Sopenharmony_ciconfig HCK
562306a36Sopenharmony_ci	bool "Hck Drivers"
662306a36Sopenharmony_ci	help
762306a36Sopenharmony_ci	  Enable support for various drivers needed on the OpenHarmony Common Kernel
862306a36Sopenharmony_ci
962306a36Sopenharmony_ciif HCK
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ciconfig HCK_VENDOR_HOOKS
1262306a36Sopenharmony_ci	bool "Hck Vendor Hooks"
1362306a36Sopenharmony_ci	help
1462306a36Sopenharmony_ci	  Enable vendor hooks implemented as tracepoints
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci	  Allow vendor modules to attach to tracepoint "hooks" defined via
1762306a36Sopenharmony_ci	  DECLARE_HCK_HOOK DECLARE_HCK_RESTRICTED_HOOK
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ciendif # if HCK
2062306a36Sopenharmony_ci
2162306a36Sopenharmony_ciendmenu
22