ram: rockchip: Fix Kconfig dependency for RAM_ROCKCHIP_DEBUG
[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         depends on RAM_ROCKCHIP
17         default y
18         help
19           This enables debugging ram driver API's for the platforms
20           based on Rockchip SoCs.
21
22           This is an option for developers to understand the ram drivers
23           initialization, configurations and etc.
24
25 config RAM_RK3399_LPDDR4
26         bool "LPDDR4 support for Rockchip RK3399"
27         depends on RAM_ROCKCHIP && ROCKCHIP_RK3399
28         help
29           This enables LPDDR4 sdram code support for the platforms based
30           on Rockchip RK3399 SoC.
31