1# Copyright 2025 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4config ARM_SCMI_NXP_VENDOR_EXTENSIONS 5 bool "Allow NXP specific SCMI features" 6 select CRC 7 help 8 When enabled, additional SCMI features specific to NXP will be available 9 10if ARM_SCMI_NXP_VENDOR_EXTENSIONS 11 12config NXP_SCMI_CPU_DOMAIN_HELPERS 13 bool "Helper functions for SCMI cpu domain protocol" 14 default y 15 depends on DT_HAS_NXP_SCMI_CPU_ENABLED 16 help 17 Enable support for SCMI cpu domain protocol helper functions. 18 19endif # ARM_SCMI_NXP_VENDOR_EXTENSIONS 20