From: Dominik Haller Date: Fri, 15 Aug 2025 11:10:48 +0000 (+0200) Subject: board: phytec: common: Add PHYTEC_EEPROM_BUS to Kconfig X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=88a1816a9b4ef6a202a832c7f59099ddae903e6b;p=thirdparty%2Fu-boot.git board: phytec: common: Add PHYTEC_EEPROM_BUS to Kconfig Add the option to choose a different bus number than 0 for the i2c eeprom based som detection. Signed-off-by: Dominik Haller Signed-off-by: Wadim Egorov --- diff --git a/board/phytec/common/Kconfig b/board/phytec/common/Kconfig index 65451a3b20d..08d6e5f3683 100644 --- a/board/phytec/common/Kconfig +++ b/board/phytec/common/Kconfig @@ -59,3 +59,9 @@ config PHYTEC_AM64_SOM_DETECTION help Support of I2C EEPROM based SoM detection. Supported for PHYTEC AM64x boards. + +config PHYTEC_EEPROM_BUS + int "Board EEPROM's I2C bus number" + range 0 8 + default 0 + depends on PHYTEC_SOM_DETECTION