1config 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.
6
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
14
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
19	default y
20	help
21	   Support of I2C EEPROM based SoM detection. Supported
22	   for PHYTEC AM62x boards.
23
24config PHYTEC_AM64_SOM_DETECTION
25	bool "Support SoM detection for AM64x PHYTEC platforms"
26	depends on (TARGET_PHYCORE_AM64X_A53 || TARGET_PHYCORE_AM64X_R5) && \
27		   PHYTEC_SOM_DETECTION
28	default y
29	help
30	   Support of I2C EEPROM based SoM detection. Supported
31	   for PHYTEC AM64x boards.
32