zephyr/drivers/memc/Kconfig.smartbond
Ioannis Karachalios 02e739873e drivers: memc: smartbond: Add support for the memory driver class.
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>
2024-05-23 07:51:41 -04:00

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.