feat support ext sdram for xishutong-arm32 board

This commit is contained in:
Liu_Weichao
2023-12-08 14:17:57 +08:00
parent 093f362387
commit 9a97e9dd94
9 changed files with 609 additions and 0 deletions
@@ -52,3 +52,10 @@ menuconfig BSP_USING_SPI
if BSP_USING_SPI
source "$BSP_DIR/third_party_driver/spi/Kconfig"
endif
menuconfig BSP_USING_SDRAM
bool "Using SDRAM IS42S16400J"
default y
if BSP_USING_SDRAM
source "$BSP_DIR/third_party_driver/sdram/Kconfig"
endif