diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-04-10 14:09:28 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2019-05-23 11:38:11 +0200 |
commit | 0d447524425ed29cf80987fb058e3bc5e941ba87 (patch) | |
tree | 737340a354080a53a33d8f0ad756ffaa70349459 /drivers/ram/stm32mp1/Kconfig | |
parent | 01a7510849fdd53f363e4f3aef14342fa2ae417a (diff) |
stm32mp1: ram: add tests in DDR interactive mode
Add command tests for DDR interactive mode, used during
board bring-up or with CubeMX DDR tools to verify the
DDR configuration.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'drivers/ram/stm32mp1/Kconfig')
-rw-r--r-- | drivers/ram/stm32mp1/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/ram/stm32mp1/Kconfig b/drivers/ram/stm32mp1/Kconfig index 511eaf2c4c..4e682b4edf 100644 --- a/drivers/ram/stm32mp1/Kconfig +++ b/drivers/ram/stm32mp1/Kconfig @@ -29,3 +29,11 @@ config STM32MP1_DDR_INTERACTIVE_FORCE skip the polling of character 'd' in console useful when SPL is loaded in sysram directly by programmer + +config STM32MP1_DDR_TESTS + bool "STM32MP1 DDR driver : tests support" + depends on STM32MP1_DDR_INTERACTIVE + default y + help + activate test support for interactive support in + STM32MP1 DDR controller driver: command test |