xref: /openbmc/u-boot/drivers/ram/Kconfig (revision e70f70aa)
16c51df68SSimon Glassconfig RAM
26c51df68SSimon Glass	bool "Enable RAM drivers using Driver Model"
36c51df68SSimon Glass	depends on DM
46c51df68SSimon Glass	help
56c51df68SSimon Glass	  This allows drivers to be provided for SDRAM and other RAM
66c51df68SSimon Glass	  controllers and their type to be specified in the board's device
76c51df68SSimon Glass	  tree. Generally some parameters are required to set up the RAM and
86c51df68SSimon Glass	  the RAM size can either be statically defined or dynamically
96c51df68SSimon Glass	  detected.
106c51df68SSimon Glass
1140c9abbdSMasahiro Yamadaconfig SPL_RAM
126c51df68SSimon Glass	bool "Enable RAM support in SPL"
1345233301SPhilipp Tomsich	depends on RAM && SPL_DM
146c51df68SSimon Glass	help
156c51df68SSimon Glass	  The RAM subsystem adds a small amount of overhead to the image.
166c51df68SSimon Glass	  If this is acceptable and you have a need to use RAM drivers in
176c51df68SSimon Glass	  SPL, enable this option. It might provide a cleaner interface to
186c51df68SSimon Glass	  setting up RAM (e.g. SDRAM / DDR) within SPL.
19bf1ae442SVikas Manocha
20c336c3c3SPhilipp Tomsichconfig TPL_RAM
2193fd5b0aSJagan Teki	bool "Enable RAM support in TPL"
22c336c3c3SPhilipp Tomsich	depends on RAM && TPL_DM
23c336c3c3SPhilipp Tomsich	help
24c336c3c3SPhilipp Tomsich	  The RAM subsystem adds a small amount of overhead to the image.
25c336c3c3SPhilipp Tomsich	  If this is acceptable and you have a need to use RAM drivers in
26c336c3c3SPhilipp Tomsich	  TPL, enable this option. It might provide a cleaner interface to
27c336c3c3SPhilipp Tomsich	  setting up RAM (e.g. SDRAM / DDR) within TPL.
28c336c3c3SPhilipp Tomsich
29bf1ae442SVikas Manochaconfig STM32_SDRAM
30bf1ae442SVikas Manocha	bool "Enable STM32 SDRAM support"
31bf1ae442SVikas Manocha	depends on RAM
32bf1ae442SVikas Manocha	help
33bf1ae442SVikas Manocha	  STM32F7 family devices support flexible memory controller(FMC) to
34bf1ae442SVikas Manocha	  support external memories like sdram, psram & nand.
35bf1ae442SVikas Manocha	  This driver is for the sdram memory interface with the FMC.
36*e70f70aaSPatrick Delaunay
37*e70f70aaSPatrick Delaunaysource "drivers/ram/stm32mp1/Kconfig"
38