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 <d.haller@phytec.de>
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
This commit is contained in:
Dominik Haller
2025-08-15 13:10:48 +02:00
committed by Tom Rini
parent 9de098a9f8
commit 88a1816a9b

View File

@@ -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