blob: daa561385eac8a4c47370815ca64137e7c41080b [file] [log] [blame]
Jagan Teki80442f92019-07-15 23:58:46 +05301config 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
Kever Yangb5497b52019-11-15 11:04:37 +08008config 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
Jagan Teki80442f92019-07-15 23:58:46 +053014if RAM_ROCKCHIP
15
Jagan Tekiced3ea62019-07-15 23:58:48 +053016config RAM_ROCKCHIP_DEBUG
17 bool "Rockchip ram drivers debugging"
Kever Yangb1d1fe12019-11-15 11:04:39 +080018 default y
Jagan Tekiced3ea62019-07-15 23:58:48 +053019 help
20 This enables debugging ram driver API's for the platforms
21 based on Rockchip SoCs.
22
23 This is an option for developers to understand the ram drivers
24 initialization, configurations and etc.
25
Jagan Teki80442f92019-07-15 23:58:46 +053026config RAM_RK3399
27 bool "Ram driver for Rockchip RK3399"
28 default ROCKCHIP_RK3399
29 help
30 This enables ram drivers support for the platforms based on
31 Rockchip RK3399 SoC.
32
Jagan Tekia38f0772019-07-16 17:27:08 +053033config RAM_RK3399_LPDDR4
34 bool "LPDDR4 support for Rockchip RK3399"
35 depends on RAM_RK3399
36 help
37 This enables LPDDR4 sdram code support for the platforms based
38 on Rockchip RK3399 SoC.
39
Jagan Teki80442f92019-07-15 23:58:46 +053040endif # RAM_ROCKCHIP