mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
ram: rockchip: Fix Kconfig dependency for RAM_ROCKCHIP_DEBUG
There is no reason to show RAM_ROCKCHIP_DEBUG entry in other .config files as I see it for Xilinx ZynqMP. \# CONFIG_U_QE is not set \# CONFIG_RAM is not set CONFIG_RAM_ROCKCHIP_DEBUG=y Add missing dependency on RAM_ROCKCHIP driver. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
@@ -13,6 +13,7 @@ config ROCKCHIP_SDRAM_COMMON
|
||||
|
||||
config RAM_ROCKCHIP_DEBUG
|
||||
bool "Rockchip ram drivers debugging"
|
||||
depends on RAM_ROCKCHIP
|
||||
default y
|
||||
help
|
||||
This enables debugging ram driver API's for the platforms
|
||||
|
Reference in New Issue
Block a user