mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-08 16:26:58 +02:00
Add imx8m specific detection part. Which includes checking the EEPROM data for article number options. Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Reviewed-by: Yannic Moog <y.moog@phytec.de> Tested-by: Yannic Moog <y.moog@phytec.de>
14 lines
406 B
Plaintext
14 lines
406 B
Plaintext
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_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
|