2019-07-15 18:28:46 +00:00
|
|
|
config RAM_ROCKCHIP
|
|
|
|
bool "Ram drivers support for Rockchip SoCs"
|
|
|
|
depends on RAM && ARCH_ROCKCHIP
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
This enables support for ram drivers Rockchip SoCs.
|
|
|
|
|
2019-11-15 03:04:37 +00:00
|
|
|
config ROCKCHIP_SDRAM_COMMON
|
|
|
|
bool "Enable rockchip sdram common driver"
|
|
|
|
depends on TPL_RAM || SPL_RAM
|
|
|
|
help
|
|
|
|
This enable sdram common driver
|
|
|
|
|
2022-12-14 17:50:48 +00:00
|
|
|
if RAM_ROCKCHIP
|
|
|
|
|
2019-07-15 18:28:48 +00:00
|
|
|
config RAM_ROCKCHIP_DEBUG
|
|
|
|
bool "Rockchip ram drivers debugging"
|
2019-11-15 03:04:39 +00:00
|
|
|
default y
|
2019-07-15 18:28:48 +00:00
|
|
|
help
|
|
|
|
This enables debugging ram driver API's for the platforms
|
|
|
|
based on Rockchip SoCs.
|
|
|
|
|
|
|
|
This is an option for developers to understand the ram drivers
|
|
|
|
initialization, configurations and etc.
|
|
|
|
|
2022-12-14 17:50:48 +00:00
|
|
|
config RAM_ROCKCHIP_DDR4
|
|
|
|
bool "DDR4 support for Rockchip SoCs"
|
2020-10-01 18:40:03 +00:00
|
|
|
help
|
|
|
|
This enables DDR4 sdram support instead of the default DDR3 support
|
2022-12-14 17:50:48 +00:00
|
|
|
on Rockchip SoCs.
|
2020-10-01 18:40:03 +00:00
|
|
|
|
2022-12-14 17:50:48 +00:00
|
|
|
config RAM_ROCKCHIP_LPDDR2
|
|
|
|
bool "LPDDR2 support for Rockchip SoCs"
|
2020-10-01 18:40:03 +00:00
|
|
|
help
|
|
|
|
This enables LPDDR2 sdram support instead of the default DDR3 support
|
2022-12-14 17:50:48 +00:00
|
|
|
on Rockchip SoCs.
|
2020-10-01 18:40:03 +00:00
|
|
|
|
2022-12-14 17:50:48 +00:00
|
|
|
config RAM_ROCKCHIP_LPDDR3
|
|
|
|
bool "LPDDR3 support for Rockchip SoCs"
|
2020-10-01 18:40:03 +00:00
|
|
|
help
|
|
|
|
This enables LPDDR3 sdram support instead of the default DDR3 support
|
2022-12-14 17:50:48 +00:00
|
|
|
on Rockchip SoCs.
|
2020-10-01 18:40:03 +00:00
|
|
|
|
2022-12-14 17:50:48 +00:00
|
|
|
config RAM_ROCKCHIP_LPDDR4
|
|
|
|
bool "LPDDR4 support for Rockchip SoCs"
|
2019-07-16 11:57:08 +00:00
|
|
|
help
|
|
|
|
This enables LPDDR4 sdram code support for the platforms based
|
2022-12-14 17:50:48 +00:00
|
|
|
on Rockchip SoCs.
|
2019-07-16 11:57:08 +00:00
|
|
|
|
2022-12-14 17:50:48 +00:00
|
|
|
endif # RAM_ROCKCHIP
|