blob: 67c63ecba0470f72f2d8bc56082ef00efef46e13 [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 Teki2da26d72022-12-14 23:20:48 +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 Teki2da26d72022-12-14 23:20:48 +053026config RAM_ROCKCHIP_DDR4
27 bool "DDR4 support for Rockchip SoCs"
Heiko Stuebnera65946b2020-10-01 20:40:03 +020028 help
29 This enables DDR4 sdram support instead of the default DDR3 support
Jagan Teki2da26d72022-12-14 23:20:48 +053030 on Rockchip SoCs.
Heiko Stuebnera65946b2020-10-01 20:40:03 +020031
Jagan Teki2da26d72022-12-14 23:20:48 +053032config RAM_ROCKCHIP_LPDDR2
33 bool "LPDDR2 support for Rockchip SoCs"
Heiko Stuebnera65946b2020-10-01 20:40:03 +020034 help
35 This enables LPDDR2 sdram support instead of the default DDR3 support
Jagan Teki2da26d72022-12-14 23:20:48 +053036 on Rockchip SoCs.
Heiko Stuebnera65946b2020-10-01 20:40:03 +020037
Jagan Teki2da26d72022-12-14 23:20:48 +053038config RAM_ROCKCHIP_LPDDR3
39 bool "LPDDR3 support for Rockchip SoCs"
Heiko Stuebnera65946b2020-10-01 20:40:03 +020040 help
41 This enables LPDDR3 sdram support instead of the default DDR3 support
Jagan Teki2da26d72022-12-14 23:20:48 +053042 on Rockchip SoCs.
Heiko Stuebnera65946b2020-10-01 20:40:03 +020043
Jagan Teki2da26d72022-12-14 23:20:48 +053044config RAM_ROCKCHIP_LPDDR4
45 bool "LPDDR4 support for Rockchip SoCs"
Jagan Tekia38f0772019-07-16 17:27:08 +053046 help
47 This enables LPDDR4 sdram code support for the platforms based
Jagan Teki2da26d72022-12-14 23:20:48 +053048 on Rockchip SoCs.
Jagan Tekia38f0772019-07-16 17:27:08 +053049
Jagan Teki2da26d72022-12-14 23:20:48 +053050endif # RAM_ROCKCHIP