diff options
| author | Tom Rini <trini@konsulko.com> | 2021-12-11 14:55:53 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2021-12-27 08:41:38 -0500 |
| commit | d5bfef2fcdc14848c20c10fcb546e7d574592617 (patch) | |
| tree | 7d1e279e8f523ace2120ee9398fbd4abf484de33 /configs/octeontx2_95xx_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/octeontx2_95xx_defconfig')
| -rw-r--r-- | configs/octeontx2_95xx_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/octeontx2_95xx_defconfig b/configs/octeontx2_95xx_defconfig index 8fe622cc012..d29c850518d 100644 --- a/configs/octeontx2_95xx_defconfig +++ b/configs/octeontx2_95xx_defconfig @@ -72,6 +72,7 @@ CONFIG_NET_RANDOM_ETHADDR=y CONFIG_TFTP_TSIZE=y CONFIG_DM_I2C=y CONFIG_MISC=y +CONFIG_SUPPORT_EMMC_RPMB=y CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_MMC_HS400_SUPPORT=y CONFIG_MMC_OCTEONTX=y |
