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>
19 lines
390 B
Plaintext
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
|