[PATCH v2 33/34] configs: sama7g5ek: add i2c and eeprom

Eugen Hristev eugen.hristev at microchip.com
Sat Dec 5 11:03:15 CET 2020


Add drivers for flexcom, i2c and eeproms

Signed-off-by: Eugen Hristev <eugen.hristev at microchip.com>
---
 configs/sama7g5ek_mmc1_defconfig | 3 +++
 configs/sama7g5ek_mmc_defconfig  | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/configs/sama7g5ek_mmc1_defconfig b/configs/sama7g5ek_mmc1_defconfig
index b6d2f4dd05..af362021b9 100644
--- a/configs/sama7g5ek_mmc1_defconfig
+++ b/configs/sama7g5ek_mmc1_defconfig
@@ -49,6 +49,9 @@ CONFIG_AT91_SAM9X60_PLL=y
 CONFIG_CPU=y
 CONFIG_ATMEL_PIO4=y
 CONFIG_DM_I2C=y
+CONFIG_SYS_I2C_AT91=y
+CONFIG_I2C_EEPROM=y
+CONFIG_MICROCHIP_FLEXCOM=y
 CONFIG_DM_MMC=y
 CONFIG_MMC_SDHCI=y
 CONFIG_MMC_SDHCI_ATMEL=y
diff --git a/configs/sama7g5ek_mmc_defconfig b/configs/sama7g5ek_mmc_defconfig
index 894a64983f..bbd1a0c659 100644
--- a/configs/sama7g5ek_mmc_defconfig
+++ b/configs/sama7g5ek_mmc_defconfig
@@ -49,6 +49,9 @@ CONFIG_AT91_SAM9X60_PLL=y
 CONFIG_CPU=y
 CONFIG_ATMEL_PIO4=y
 CONFIG_DM_I2C=y
+CONFIG_SYS_I2C_AT91=y
+CONFIG_I2C_EEPROM=y
+CONFIG_MICROCHIP_FLEXCOM=y
 CONFIG_DM_MMC=y
 CONFIG_MMC_SDHCI=y
 CONFIG_MMC_SDHCI_ATMEL=y
-- 
2.25.1



More information about the U-Boot mailing list