blob: dcc06b3fd35129145de36a655465eb2640d0d4d5 [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"
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
Jagan Teki80442f92019-07-15 23:58:46 +053025config RAM_RK3399
26 bool "Ram driver for Rockchip RK3399"
27 default ROCKCHIP_RK3399
28 help
29 This enables ram drivers support for the platforms based on
30 Rockchip RK3399 SoC.
31
Jagan Tekia38f0772019-07-16 17:27:08 +053032config RAM_RK3399_LPDDR4
33 bool "LPDDR4 support for Rockchip RK3399"
34 depends on RAM_RK3399
35 help
36 This enables LPDDR4 sdram code support for the platforms based
37 on Rockchip RK3399 SoC.
38
Jagan Teki80442f92019-07-15 23:58:46 +053039endif # RAM_ROCKCHIP