summaryrefslogtreecommitdiff
path: root/board/phytec/common/Kconfig
blob: 65451a3b20d0546102efc28958383116ebf87c6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
config PHYTEC_SOM_DETECTION
	bool "Support SoM detection for PHYTEC platforms"
	select SPL_CRC8 if SPL
	help
	   Support of I2C EEPROM based SoM detection.

config PHYTEC_SOM_DETECTION_BLOCKS
	bool "Extend SoM detection with block support"
	depends on PHYTEC_SOM_DETECTION
	help
	   Extend the I2C EEPROM based SoM detection with API v3. This API
	   introduces blocks with different payloads.

config PHYTEC_IMX8M_SOM_DETECTION
	bool "Support SoM detection for i.MX8M PHYTEC platforms"
	depends on ARCH_IMX8M && PHYTEC_SOM_DETECTION
	default y
	help
	  Support of I2C EEPROM based SoM detection. Supported
	  for PHYTEC i.MX8MM/i.MX8MP boards

config PHYTEC_IMX93_SOM_DETECTION
	bool "Support SoM detection for i.MX93 PHYTEC platforms"
	depends on ARCH_IMX9 && PHYTEC_SOM_DETECTION
	default y
	help
	  Support of I2C EEPROM based SoM detection. Supported
	  for PHYTEC i.MX93 based boards

config PHYTEC_AM62_SOM_DETECTION
	bool "Support SoM detection for AM62x PHYTEC platforms"
	depends on (TARGET_PHYCORE_AM62X_A53 || TARGET_PHYCORE_AM62X_R5) && \
		   PHYTEC_SOM_DETECTION
	select PHYTEC_SOM_DETECTION_BLOCKS
	depends on SPL_I2C && DM_I2C
	default y
	help
	   Support of I2C EEPROM based SoM detection. Supported
	   for PHYTEC AM62x boards.

config PHYTEC_AM62A_SOM_DETECTION
	bool "Support SoM detection for AM62Ax PHYTEC platforms"
	depends on (TARGET_PHYCORE_AM62AX_A53 || TARGET_PHYCORE_AM62AX_R5) && \
		   PHYTEC_SOM_DETECTION
	select SUPPORT_EXTENSION_SCAN
	depends on SPL_I2C && DM_I2C
	default y
	help
	   Support of I2C EEPROM based SoM detection. Supported
	   for PHYTEC AM62Ax boards.

config PHYTEC_AM64_SOM_DETECTION
	bool "Support SoM detection for AM64x PHYTEC platforms"
	depends on (TARGET_PHYCORE_AM64X_A53 || TARGET_PHYCORE_AM64X_R5) && \
		   PHYTEC_SOM_DETECTION
	select PHYTEC_SOM_DETECTION_BLOCKS
	depends on SPL_I2C && DM_I2C
	default y
	help
	   Support of I2C EEPROM based SoM detection. Supported
	   for PHYTEC AM64x boards.