7f46a59a42
Add the FlexSPI HyperBUS driver to support HyperRAM external devices. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
15 lines
253 B
Plaintext
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
|