| # Copyright 2025 NXP | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config ARM_SCMI_NXP_VENDOR_EXTENSIONS | |
| bool "Allow NXP specific SCMI features" | |
| select CRC | |
| help | |
| When enabled, additional SCMI features specific to NXP will be available | |
| if ARM_SCMI_NXP_VENDOR_EXTENSIONS | |
| config NXP_SCMI_CPU_DOMAIN_HELPERS | |
| bool "Helper functions for SCMI cpu domain protocol" | |
| default y | |
| depends on DT_HAS_NXP_SCMI_CPU_ENABLED | |
| help | |
| Enable support for SCMI cpu domain protocol helper functions. | |
| endif # ARM_SCMI_NXP_VENDOR_EXTENSIONS |