1*e70f70aaSPatrick Delaunay 2*e70f70aaSPatrick Delaunayconfig STM32MP1_DDR 3*e70f70aaSPatrick Delaunay bool "STM32MP1 DDR driver" 4*e70f70aaSPatrick Delaunay depends on DM && OF_CONTROL && ARCH_STM32MP 5*e70f70aaSPatrick Delaunay select RAM 6*e70f70aaSPatrick Delaunay select SPL_RAM if SPL 7*e70f70aaSPatrick Delaunay default y 8*e70f70aaSPatrick Delaunay help 9*e70f70aaSPatrick Delaunay activate STM32MP1 DDR controller driver for STM32MP1 soc 10*e70f70aaSPatrick Delaunay family: support for LPDDR2, LPDDR3 and DDR3 11*e70f70aaSPatrick Delaunay the SDRAM parameters for controleur and phy need to be provided 12*e70f70aaSPatrick Delaunay in device tree (computed by DDR tuning tools) 13