diff options
| author | Dominik Haller <[email protected]> | 2025-08-15 13:10:48 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-08-26 12:49:20 -0600 |
| commit | 88a1816a9b4ef6a202a832c7f59099ddae903e6b (patch) | |
| tree | 8fb9eb8b6ef02f5269ba5f41100c7174f22bc121 /board/phytec | |
| parent | 9de098a9f85eaec64389fd7ea1848110e6da36f6 (diff) | |
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 <[email protected]>
Signed-off-by: Wadim Egorov <[email protected]>
Diffstat (limited to 'board/phytec')
| -rw-r--r-- | board/phytec/common/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
