u-boot/drivers/ram/rockchip/Kconfig
Kever Yang fba7bd4c34 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 <kever.yang@rock-chips.com>
2019-11-17 16:23:56 +08:00

40 lines
1,004 B
Text

config RAM_ROCKCHIP
bool "Ram drivers support for Rockchip SoCs"
depends on RAM && ARCH_ROCKCHIP
default y
help
This enables support for ram drivers Rockchip SoCs.
config ROCKCHIP_SDRAM_COMMON
bool "Enable rockchip sdram common driver"
depends on TPL_RAM || SPL_RAM
help
This enable sdram common driver
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.
This is an option for developers to understand the ram drivers
initialization, configurations and etc.
config RAM_RK3399
bool "Ram driver for Rockchip RK3399"
default ROCKCHIP_RK3399
help
This enables ram drivers support for the platforms based on
Rockchip RK3399 SoC.
config RAM_RK3399_LPDDR4
bool "LPDDR4 support for Rockchip RK3399"
depends on RAM_RK3399
help
This enables LPDDR4 sdram code support for the platforms based
on Rockchip RK3399 SoC.
endif # RAM_ROCKCHIP