Jagan Teki | 82ee138 | 2019-07-15 23:58:46 +0530 | [diff] [blame] | 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 | if RAM_ROCKCHIP |
| 9 | |
Jagan Teki | 0711267 | 2019-07-15 23:58:48 +0530 | [diff] [blame^] | 10 | config 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 Teki | 82ee138 | 2019-07-15 23:58:46 +0530 | [diff] [blame] | 19 | config 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 | |
| 26 | endif # RAM_ROCKCHIP |