Add support for the memory controller by utilizing QSPIC2. The latter is capable to drive both NOR and PSRAM memory devices. For this to work, the RAM driving mode is enabled. Signed-off-by: Ioannis Karachalios <ioannis.karachalios.px@renesas.com>
12 lines
341 B
Plaintext
12 lines
341 B
Plaintext
# Smartbond Cryptographic Accelerator configuration options
|
|
|
|
# Copyright (c) 2023 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config MEMC_SMARTBOND
|
|
bool "Smartbond NOR/PSRAM memory controller"
|
|
depends on DT_HAS_RENESAS_SMARTBOND_NOR_PSRAM_ENABLED
|
|
default y
|
|
help
|
|
Enable Smartbond NOR/PSRAM memory controller.
|