zephyr/drivers/memc/Kconfig.mcux
Pieter De Gendt 7f46a59a42 drivers: memc: Introduce i.MX RT FlexSPI HyperRAM driver
Add the FlexSPI HyperBUS driver to support HyperRAM external
devices.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2021-04-02 10:36:22 -05:00

15 lines
253 B
Plaintext

# Copyright (c) 2020 NXP
# Copyright (c) 2021 Basalte bv
# SPDX-License-Identifier: Apache-2.0
if HAS_MCUX_FLEXSPI
config MEMC_MCUX_FLEXSPI_HYPERRAM
bool "MCUX FlexSPI HyperRAM driver"
select MEMC_MCUX_FLEXSPI
config MEMC_MCUX_FLEXSPI
bool
endif