ram: rockchip: Kconfig: Add RK3399 LPDDR4 entry
authorJagan Teki <jagan@amarulasolutions.com>
Tue, 16 Jul 2019 11:57:08 +0000 (17:27 +0530)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 20 Jul 2019 15:59:44 +0000 (23:59 +0800)
Supporting LPDDR4 code support in RK3399 would increases
the size of SPL/TPL.

So add kconfig entry for RK3399 LPDDR4 code so-that
the boards have LPDDR4 can enable them via defconfig.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <Kever.yang@rock-chips.com>
drivers/ram/rockchip/Kconfig

index 151ffb6..4f274e0 100644 (file)
@@ -23,4 +23,11 @@ config RAM_RK3399
          This enables ram drivers support for the platforms based on
          Rockchip RK3399 SoC.
 
+config RAM_RK3399_LPDDR4
+       bool "LPDDR4 support for Rockchip RK3399"
+       depends on RAM_RK3399
+       help
+         This enables LPDDR4 sdram code support for the platforms based
+         on Rockchip RK3399 SoC.
+
 endif # RAM_ROCKCHIP