diff options
author | Tom Rini | 2022-06-16 14:04:38 -0400 |
---|---|---|
committer | Tom Rini | 2022-07-05 17:03:46 -0400 |
commit | 7e7d04aecb99cfcec2c25581dcf307f2c7a82c6c (patch) | |
tree | 3145c1a23abfffec4a04d9fb469f0699f8c96db6 /configs/lx2160aqds_tfa_SECURE_BOOT_defconfig | |
parent | 2b2817b5c879f784b37aa79eb66c5cee5db2685c (diff) |
Convert CONFIG_ESDHC_DETECT_QUIRK to Kconfig
This converts the following to Kconfig:
CONFIG_ESDHC_DETECT_QUIRK
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/lx2160aqds_tfa_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/lx2160aqds_tfa_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/lx2160aqds_tfa_SECURE_BOOT_defconfig b/configs/lx2160aqds_tfa_SECURE_BOOT_defconfig index 317347b0d29..d65d611d7c4 100644 --- a/configs/lx2160aqds_tfa_SECURE_BOOT_defconfig +++ b/configs/lx2160aqds_tfa_SECURE_BOOT_defconfig @@ -69,6 +69,7 @@ CONFIG_I2C_MUX=y CONFIG_I2C_MUX_PCA954x=y CONFIG_SYS_I2C_EEPROM_ADDR=0x57 CONFIG_FSL_ESDHC=y +CONFIG_ESDHC_DETECT_QUIRK=y CONFIG_MTD=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH_EON=y |