| bool "Ram drivers support for Rockchip SoCs" |
| depends on RAM && ARCH_ROCKCHIP |
| This enables support for ram drivers Rockchip SoCs. |
| config ROCKCHIP_SDRAM_COMMON |
| bool "Enable rockchip sdram common driver" |
| depends on TPL_RAM || SPL_RAM |
| This enable sdram common driver |
| config RAM_ROCKCHIP_DEBUG |
| bool "Rockchip ram drivers debugging" |
| This enables debugging ram driver API's for the platforms |
| This is an option for developers to understand the ram drivers |
| initialization, configurations and etc. |
| bool "DDR4 support for Rockchip SoCs" |
| This enables DDR4 sdram support instead of the default DDR3 support |
| config RAM_ROCKCHIP_LPDDR2 |
| bool "LPDDR2 support for Rockchip SoCs" |
| This enables LPDDR2 sdram support instead of the default DDR3 support |
| config RAM_ROCKCHIP_LPDDR3 |
| bool "LPDDR3 support for Rockchip SoCs" |
| This enables LPDDR3 sdram support instead of the default DDR3 support |
| config RAM_ROCKCHIP_LPDDR4 |
| bool "LPDDR4 support for Rockchip SoCs" |
| This enables LPDDR4 sdram code support for the platforms based |