Kconfig 365 B

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