Add the nxp,rtxxx-dsp-ctrl driver. Responsibility of this driver is to load code executed by Xtensa-family cores on NXP i.MX RTxxx microcontrollers and to control their run. Signed-off-by: Vit Stanicek <vit.stanicek@nxp.com>
22 lines
715 B
Plaintext
22 lines
715 B
Plaintext
# Miscellaneous drivers not exposing Zephyr Device Driver API
|
|
|
|
# Copyright (c) 2021 Nordic Semiconductor
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menu "Miscellaneous Drivers"
|
|
|
|
source "drivers/misc/ft8xx/Kconfig"
|
|
source "drivers/misc/grove_lcd_rgb/Kconfig"
|
|
source "drivers/misc/pio_rpi_pico/Kconfig"
|
|
source "drivers/misc/nxp_flexram/Kconfig"
|
|
source "drivers/misc/nxp_s32_emios/Kconfig"
|
|
source "drivers/misc/timeaware_gpio/Kconfig"
|
|
source "drivers/misc/devmux/Kconfig"
|
|
source "drivers/misc/nordic_vpr_launcher/Kconfig"
|
|
source "drivers/misc/mcux_flexio/Kconfig"
|
|
source "drivers/misc/coresight/Kconfig"
|
|
source "drivers/misc/renesas_ra_external_interrupt/Kconfig"
|
|
source "drivers/misc/nxp_rtxxx_dsp_ctrl/Kconfig"
|
|
|
|
endmenu
|