From: Kever Yang Date: Fri, 15 Nov 2019 03:04:39 +0000 (+0800) Subject: ram: rockchip: Default enable DRAM debug info X-Git-Tag: v2020.10~495^2~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fba7bd4c34c52a699df9e49ee753316dab1df305;p=platform%2Fkernel%2Fu-boot.git ram: rockchip: Default enable DRAM debug info The debug info for dram is main about the capacity related info which is very important the board init, so set this default enable. Signed-off-by: Kever Yang --- diff --git a/drivers/ram/rockchip/Kconfig b/drivers/ram/rockchip/Kconfig index dcc06b3..daa5613 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" + default y help This enables debugging ram driver API's for the platforms based on Rockchip SoCs.