diff options
author | Tom Rini | 2021-12-11 14:55:53 -0500 |
---|---|---|
committer | Tom Rini | 2021-12-27 08:41:38 -0500 |
commit | d5bfef2fcdc14848c20c10fcb546e7d574592617 (patch) | |
tree | 7d1e279e8f523ace2120ee9398fbd4abf484de33 /configs/evb-px30_defconfig | |
parent | de35b8f9c5f36023055a424dcbf49b8cc301f901 (diff) |
Convert CONFIG_SUPPORT_EMMC_RPMB to Kconfig
This converts the following to Kconfig:
CONFIG_SUPPORT_EMMC_RPMB
This fixes a few platforms where the option was not taking effect as
intended.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/evb-px30_defconfig')
-rw-r--r-- | configs/evb-px30_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/evb-px30_defconfig b/configs/evb-px30_defconfig index 9488fc040ac..7d7e7f469ab 100644 --- a/configs/evb-px30_defconfig +++ b/configs/evb-px30_defconfig @@ -68,6 +68,7 @@ CONFIG_ROCKCHIP_GPIO=y CONFIG_SYS_I2C_ROCKCHIP=y CONFIG_MISC=y CONFIG_ROCKCHIP_OTP=y +CONFIG_SUPPORT_EMMC_RPMB=y CONFIG_MMC_DW=y CONFIG_MMC_DW_ROCKCHIP=y CONFIG_PHY_REALTEK=y |