blob: 151ffb684d9e4da25530bffdf7fc9c14bc46129a [file] [log] [blame]
Jagan Teki82ee1382019-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
8if RAM_ROCKCHIP
9
Jagan Teki07112672019-07-15 23:58:48 +053010config RAM_ROCKCHIP_DEBUG
11 bool "Rockchip ram drivers debugging"
12 help
13 This enables debugging ram driver API's for the platforms
14 based on Rockchip SoCs.
15
16 This is an option for developers to understand the ram drivers
17 initialization, configurations and etc.
18
Jagan Teki82ee1382019-07-15 23:58:46 +053019config RAM_RK3399
20 bool "Ram driver for Rockchip RK3399"
21 default ROCKCHIP_RK3399
22 help
23 This enables ram drivers support for the platforms based on
24 Rockchip RK3399 SoC.
25
26endif # RAM_ROCKCHIP