Stm32F7: add external ram config (#529)
* Stm32F7: add external ram config
This commit is contained in:
parent
9aec40744c
commit
265a54365b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user