]> git.dujemihanovic.xyz Git - u-boot.git/commit
qcom_defconfig: Enable ethernet and I2C support
authorSumit Garg <sumit.garg@linaro.org>
Mon, 19 Feb 2024 08:41:44 +0000 (14:11 +0530)
committerCaleb Connolly <caleb.connolly@linaro.org>
Thu, 4 Apr 2024 15:46:44 +0000 (17:46 +0200)
commitb621dcd16246d5271ae000701c50b2deaac3feab
tree151493c4ee279333a7a6685a9972c187bd859cef
parentcdfcc37428e06f4730ab9a17cc084eeb7676ea1a
qcom_defconfig: Enable ethernet and I2C support

QCS404 supports Synopsys Designware Ethernet QOS IP and we already have
the corresponding glue layer present upstream as:
drivers/net/dwc_eth_qos_qcom.c. So enable corresponding support.

Along with that it is possible for Qualcomm platforms to retrieve MAC
address from I2C eeprom present on board. So enable corresponding
support as well.

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
configs/qcom_defconfig