Stm32F7: add external ram config (#529)

* Stm32F7: add external ram config
This commit is contained in:
AlexanderVasiljev 2020-03-12 17:40:01 +03:00 committed by GitHub
parent 9aec40744c
commit 265a54365b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2136,6 +2136,14 @@ endchoice #"ULPI Selection"
endmenu # OTG_HS Config
config STM32F7_EXTERNAL_RAM
bool "External RAM on FMC"
default n
depends on STM32F7_FMC
select ARCH_HAVE_HEAP2
---help---
In addition to internal SDRAM, external RAM may be available through the FMC.
menu "QuadSPI Configuration"
depends on STM32F7_QUADSPI