From: Lukasz Czechowski Date: Tue, 20 May 2025 11:36:41 +0000 (+0200) Subject: ram: rockchip: Fix dependency of RAM_ROCKCHIP_DEBUG X-Git-Tag: v2025.07-rc4~5^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6773a46f1131fe95bcddb7472635e07a5fd249f8;p=pandora-u-boot.git ram: rockchip: Fix dependency of RAM_ROCKCHIP_DEBUG The RAM_ROCKCHIP_DEBUG can be used only if DEBUG_UART is available. The next commit introduces changes in definition of debug uart functions, so that DEBUG_UART is required to be defined in order to initialize uart and use print functions. Signed-off-by: Lukasz Czechowski Reviewed-by: Kever Yang Reviewed-by: Quentin Schulz --- diff --git a/drivers/ram/rockchip/Kconfig b/drivers/ram/rockchip/Kconfig index 67c63ecba04..d707d09c1c8 100644 --- a/drivers/ram/rockchip/Kconfig +++ b/drivers/ram/rockchip/Kconfig @@ -15,6 +15,7 @@ if RAM_ROCKCHIP config RAM_ROCKCHIP_DEBUG bool "Rockchip ram drivers debugging" + depends on DEBUG_UART default y help This enables debugging ram driver API's for the platforms