zephyr/drivers/firmware/Kconfig
Jonathan Nilsen b18c326946 soc: nordic: move nrf_ironside from drivers/firmware to soc/nordic
Move the IronSide APIs to soc/nordic from drivers/firmware since
these are vendor specific APIs. The header files are now included
from <nrf_ironside/*.h>. Adjust code that uses these APIs accordingly.

Also move the DT binding for "nordic,ironside-call" from
bindings/firmware to bindings/misc.

Signed-off-by: Jonathan Nilsen <jonathan.nilsen@nordicsemi.no>
2025-07-02 17:57:45 -05:00

19 lines
390 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).
# zephyr-keep-sorted-start
source "drivers/firmware/scmi/Kconfig"
source "drivers/firmware/tisci/Kconfig"
# zephyr-keep-sorted-stop
endmenu