ram: rk3399: migrate to use common code
[oweals/u-boot.git] / drivers / ram / rockchip / Kconfig
1 config RAM_ROCKCHIP
2         bool "Ram drivers support for Rockchip SoCs"
3         depends on RAM && ARCH_ROCKCHIP
4         default y
5         help
6           This enables support for ram drivers Rockchip SoCs.
7
8 config ROCKCHIP_SDRAM_COMMON
9         bool "Enable rockchip sdram common driver"
10         depends on TPL_RAM || SPL_RAM
11         help
12           This enable sdram common driver
13
14 config RAM_ROCKCHIP_DEBUG
15         bool "Rockchip ram drivers debugging"
16         default y
17         help
18           This enables debugging ram driver API's for the platforms
19           based on Rockchip SoCs.
20
21           This is an option for developers to understand the ram drivers
22           initialization, configurations and etc.
23
24 config RAM_RK3399_LPDDR4
25         bool "LPDDR4 support for Rockchip RK3399"
26         depends on RAM_ROCKCHIP && ROCKCHIP_RK3399
27         help
28           This enables LPDDR4 sdram code support for the platforms based
29           on Rockchip RK3399 SoC.
30