16 lines
297 B
Plaintext
16 lines
297 B
Plaintext
# Copyright 2024 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menu "Firmware drivers"
|
|
|
|
config ARM_SCMI
|
|
bool "Support for ARM's SCMI"
|
|
depends on ARM || ARM64
|
|
help
|
|
Enable support for ARM's System Configuration and Management
|
|
Interface (SCMI).
|
|
|
|
source "drivers/firmware/scmi/Kconfig"
|
|
|
|
endmenu
|