mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-07 06:05:22 +00:00
First commit to add support for SDRAM controller on Renesas RA SoC Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
# Renesas RA Family
|
|
|
|
# Copyright (c) 2024 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config MEMC_RENESAS_RA_SDRAM
|
|
bool "Renesas RA sdram controller"
|
|
default y
|
|
depends on DT_HAS_RENESAS_RA_SDRAM_ENABLED
|
|
select USE_RA_FSP_SDRAM
|
|
help
|
|
Enable Renesas RA sdram controller
|