blob: 56c8290f64164786e7484f6be3956abdb01f676b [file] [log] [blame]
Teresa Remmeta6f8da52023-08-17 10:57:06 +02001config PHYTEC_SOM_DETECTION
2 bool "Support SoM detection for PHYTEC platforms"
3 select SPL_CRC8 if SPL
4 help
5 Support of I2C EEPROM based SoM detection.
Teresa Remmetc6dd9c62023-08-17 10:57:07 +02006
7config PHYTEC_IMX8M_SOM_DETECTION
8 bool "Support SoM detection for i.MX8M PHYTEC platforms"
9 depends on ARCH_IMX8M && PHYTEC_SOM_DETECTION
10 default y
11 help
12 Support of I2C EEPROM based SoM detection. Supported
13 for PHYTEC i.MX8MM/i.MX8MP boards
Daniel Schultz0bee8852024-04-19 08:55:40 -070014
15config PHYTEC_AM62_SOM_DETECTION
16 bool "Support SoM detection for AM62x PHYTEC platforms"
17 depends on (TARGET_PHYCORE_AM62X_A53 || TARGET_PHYCORE_AM62X_R5) && \
18 PHYTEC_SOM_DETECTION
Wadim Egorovcc984452024-05-22 09:55:01 +020019 depends on SPL_I2C && DM_I2C
Daniel Schultz0bee8852024-04-19 08:55:40 -070020 default y
21 help
22 Support of I2C EEPROM based SoM detection. Supported
23 for PHYTEC AM62x boards.
24
25config PHYTEC_AM64_SOM_DETECTION
26 bool "Support SoM detection for AM64x PHYTEC platforms"
27 depends on (TARGET_PHYCORE_AM64X_A53 || TARGET_PHYCORE_AM64X_R5) && \
28 PHYTEC_SOM_DETECTION
Wadim Egorovcc984452024-05-22 09:55:01 +020029 depends on SPL_I2C && DM_I2C
Daniel Schultz0bee8852024-04-19 08:55:40 -070030 default y
31 help
32 Support of I2C EEPROM based SoM detection. Supported
33 for PHYTEC AM64x boards.