Michael Walle 3e7287720b ram: Add Bouffalo Lab PSRAM driver
All the intitalization routines and values are taken from the
Bouffalolab MCU SDK @a574195a4b33:
https://github.com/bouffalolab/bl_mcu_sdk/

Signed-off-by: Michael Walle <michael@walle.cc>
2023-02-05 14:37:35 -06:00

14 lines
353 B
Plaintext

config RAM_BFLB
bool "Ram drivers support for Bouffalolab SoCs"
depends on RAM && RISCV
default y
help
This enables support for ram drivers of Bouffalolab SoCs.
config BFLB_PSRAM
bool "Bouffalolab PSRAM driver"
depends on RAM_BFLB
default y if TARGET_BFLB_BL808
help
This enables PSRAM support for the platforms based on Bouffalolab SoC.