mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
a922d0d102
For there are some structures and functions are common for all rockchip SoCs, migrate to use the common code so that we can clean up reduandent codes. Signed-off-by: YouMin Chen <cym@rock-chips.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
30 lines
811 B
Text
30 lines
811 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
|
|
|
|
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_LPDDR4
|
|
bool "LPDDR4 support for Rockchip RK3399"
|
|
depends on RAM_ROCKCHIP && ROCKCHIP_RK3399
|
|
help
|
|
This enables LPDDR4 sdram code support for the platforms based
|
|
on Rockchip RK3399 SoC.
|
|
|