mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-13 00:26:14 +02:00
board: phytec: Make AM6 SoM detection depend on I2C
SoM detection is using I2C driver model functions. Let's depend on I2C. Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Tested-by: John Ma <jma@phytec.com> Reviewed-by: Dhruva Gole <d-gole@ti.com>
This commit is contained in:
parent
42826664e4
commit
12f09c19b7
@ -16,6 +16,7 @@ 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
|
||||
depends on SPL_I2C && DM_I2C
|
||||
default y
|
||||
help
|
||||
Support of I2C EEPROM based SoM detection. Supported
|
||||
@ -25,6 +26,7 @@ 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
|
||||
depends on SPL_I2C && DM_I2C
|
||||
default y
|
||||
help
|
||||
Support of I2C EEPROM based SoM detection. Supported
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user