mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 05:56:02 +01:00
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>
14 lines
353 B
Plaintext
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.
|