2 bool "Enable RAM drivers using Driver Model"
5 This allows drivers to be provided for SDRAM and other RAM
6 controllers and their type to be specified in the board's device
7 tree. Generally some parameters are required to set up the RAM and
8 the RAM size can either be statically defined or dynamically
12 bool "Enable RAM support in SPL"
13 depends on RAM && SPL_DM
15 The RAM subsystem adds a small amount of overhead to the image.
16 If this is acceptable and you have a need to use RAM drivers in
17 SPL, enable this option. It might provide a cleaner interface to
18 setting up RAM (e.g. SDRAM / DDR) within SPL.
21 bool "Enable RAM support in TPL"
24 The RAM subsystem adds a small amount of overhead to the image.
25 If this is acceptable and you have a need to use RAM drivers in
26 TPL, enable this option. It might provide a cleaner interface to
27 setting up RAM (e.g. SDRAM / DDR) within TPL.
30 bool "Enable RAM support in VPL"
33 The RAM subsystem adds a small amount of overhead to the image.
34 If this is acceptable and you have a need to use RAM drivers in
35 VPL, enable this option. It might provide a cleaner interface to
36 setting up RAM (e.g. SDRAM / DDR) within VPL.
39 bool "Enable STM32 SDRAM support"
42 STM32F7 family devices support flexible memory controller(FMC) to
43 support external memories like sdram, psram & nand.
44 This driver is for the sdram memory interface with the FMC.
47 bool "Enable MPC83XX SDRAM support"
50 Enable support for the internal DDR Memory Controller of the MPC83xx
51 family of SoCs. Both static configurations, as well as configuring
52 the RAM through the use of SPD (Serial Presence Detect) is supported
53 via device tree settings.
56 bool "Enable AM654 DDRSS support"
57 depends on RAM && SOC_K3_AM654
59 K3 based AM654 devices has DDR memory subsystem that comprises
60 Synopys DDR controller, Synopsis DDR phy and wrapper logic to
61 intergrate these blocks into the device. This DDR subsystem
62 provides an interface to external SDRAM devices. Enabling this
63 config add support for the initialization of the external
64 SDRAM devices connected to DDR subsystem.
67 bool "Enable K3 DDRSS support"
72 prompt "K3 DDRSS Arch Support"
74 default K3_J721E_DDRSS if SOC_K3_J721E || SOC_K3_J721S2 || SOC_K3_J784S4
75 default K3_AM64_DDRSS if SOC_K3_AM642
76 default K3_AM64_DDRSS if SOC_K3_AM625
77 default K3_AM62A_DDRSS if SOC_K3_AM62A7 || SOC_K3_AM62P5 || SOC_K3_J722S
80 bool "Enable J721E DDRSS support"
82 The J721E DDR subsystem comprises DDR controller, DDR PHY and
83 wrapper logic to integrate these blocks in the device. The DDR
84 subsystem is used to provide an interface to external SDRAM
85 devices which can be utilized for storing program or data.
86 Enabling this config adds support for the DDR memory controller
87 on J721E family of SoCs.
90 bool "Enable AM64 DDRSS support"
92 The AM64 DDR subsystem comprises DDR controller, DDR PHY and
93 wrapper logic to integrate these blocks in the device. The DDR
94 subsystem is used to provide an interface to external SDRAM
95 devices which can be utilized for storing program or data.
96 Enabling this config adds support for the DDR memory controller
97 on AM642 family of SoCs.
100 bool "Enable AM62A DDRSS support"
102 The AM62A DDR subsystem comprises of a DDR controller, DDR PHY and
103 wrapper logic to integrate these blocks into once device. The DDR
104 subsystem is used to provide an interface to external SDRAM devices
105 which can be utilized for storing programs or any other data.
106 Enabling this option adds support for the DDR memory controller for
107 the AM62A family of SoCs.
112 bool "Enable i.MXRT SDRAM support"
115 i.MXRT family devices support smart external memory controller(SEMC)
116 to support external memories like sdram, psram & nand.
117 This driver is for the sdram memory interface with the SEMC.
120 bool "Enable TI Inline ECC support"
123 Enable Inline ECC support on K3 platforms. 1/9th of the SDRAM space
124 is used for ECC storage and the rest 8/9th is available for system
125 use. Enabling ECC increases boot time as the ECC protected regions
126 need to be primed with a predefined value prior to enabling ECC
129 source "drivers/ram/aspeed/Kconfig"
130 source "drivers/ram/cadence/Kconfig"
131 source "drivers/ram/octeon/Kconfig"
132 source "drivers/ram/renesas/Kconfig"
133 source "drivers/ram/rockchip/Kconfig"
134 source "drivers/ram/sifive/Kconfig"
135 source "drivers/ram/stm32mp1/Kconfig"
136 source "drivers/ram/starfive/Kconfig"
137 source "drivers/ram/sunxi/Kconfig"