diff options
| author | Quentin Schulz <[email protected]> | 2022-09-15 12:17:10 +0200 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2022-10-19 19:30:48 +0800 |
| commit | d842b561bb7ad214935918063d0742c76a589fbe (patch) | |
| tree | 80310e64d382c93b4d84e618a1b6ea44dbadff31 /drivers | |
| parent | d0af506625ff909b123a298e435a95ae1b8ee3e7 (diff) | |
ram: rockchip: fix typo in KConfig option label
RAM_PX30_DDR4 is for DDR4 support and not DDR3 so let's fix the typo.
Fixes: 2db36c64bd5a ("ram: rockchip: px30: add a config-based ddr selection")
Cc: Quentin Schulz <[email protected]>
Signed-off-by: Quentin Schulz <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/ram/rockchip/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ram/rockchip/Kconfig b/drivers/ram/rockchip/Kconfig index c459bbf5e24..c29d5e8b38c 100644 --- a/drivers/ram/rockchip/Kconfig +++ b/drivers/ram/rockchip/Kconfig @@ -23,7 +23,7 @@ config RAM_ROCKCHIP_DEBUG initialization, configurations and etc. config RAM_PX30_DDR4 - bool "DDR3 support for Rockchip PX30" + bool "DDR4 support for Rockchip PX30" depends on RAM_ROCKCHIP && ROCKCHIP_PX30 help This enables DDR4 sdram support instead of the default DDR3 support |
