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 <lukasz.czechowski@thaumatec.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:

committed by
Kever Yang

parent
c1f9995d82
commit
6773a46f11
@@ -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
|
||||
|
Reference in New Issue
Block a user