From: Philipp Tomsich Date: Wed, 28 Jun 2017 23:41:52 +0000 (+0200) Subject: spl: dm: Kconfig: SPL_RAM depends on SPL_DM X-Git-Tag: v2017.09-rc2~5^2~77 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=45233301b69d10ae84aa7568672eb31769ba7b48;p=u-boot spl: dm: Kconfig: SPL_RAM depends on SPL_DM This commit models the dependency from SPL_RAM to SPL_DM in Kconfig. Signed-off-by: Philipp Tomsich Reviewed-by: Simon Glass Reviewed-by: Tom Rini --- diff --git a/drivers/ram/Kconfig b/drivers/ram/Kconfig index 61afd7a92a..e75c23ff17 100644 --- a/drivers/ram/Kconfig +++ b/drivers/ram/Kconfig @@ -10,7 +10,7 @@ config RAM config SPL_RAM bool "Enable RAM support in SPL" - depends on RAM + depends on RAM && SPL_DM help The RAM subsystem adds a small amount of overhead to the image. If this is acceptable and you have a need to use RAM drivers in