aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSumit Garg2024-02-19 14:11:44 +0530
committerCaleb Connolly2024-04-04 17:46:44 +0200
commitb621dcd16246d5271ae000701c50b2deaac3feab (patch)
tree151493c4ee279333a7a6685a9972c187bd859cef /configs
parentcdfcc37428e06f4730ab9a17cc084eeb7676ea1a (diff)
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/qcom_defconfig24
1 files changed, 23 insertions, 1 deletions
diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
index 222db6448ab..cbc612b44bd 100644
--- a/configs/qcom_defconfig
+++ b/configs/qcom_defconfig
@@ -26,7 +26,6 @@ CONFIG_CMD_USB=y
CONFIG_CMD_CAT=y
CONFIG_CMD_BMP=y
CONFIG_CMD_LOG=y
-# CONFIG_NET is not set
CONFIG_BUTTON_QCOM_PMIC=y
CONFIG_CLK=y
CONFIG_CLK_QCOM_QCS404=y
@@ -65,3 +64,26 @@ CONFIG_VIDEO_SIMPLE=y
CONFIG_HEXDUMP=y
# CONFIG_GENERATE_SMBIOS_TABLE is not set
CONFIG_LMB_MAX_REGIONS=64
+CONFIG_CMD_DHCP=y
+CONFIG_CMD_EEPROM=y
+CONFIG_CMD_I2C=y
+CONFIG_CMD_PING=y
+CONFIG_DM_ETH=y
+CONFIG_DM_ETH_PHY=y
+CONFIG_DM_MDIO=y
+CONFIG_DWC_ETH_QOS=y
+CONFIG_DWC_ETH_QOS_QCOM=y
+CONFIG_RGMII=y
+CONFIG_PHY_MICREL=y
+CONFIG_PHY_MICREL_KSZ90X1=y
+CONFIG_MISC=y
+CONFIG_NVMEM=y
+CONFIG_DM_I2C=y
+CONFIG_I2C_SUPPORT=y
+CONFIG_I2C_MUX=y
+CONFIG_I2C_EEPROM=y
+CONFIG_SYS_I2C=y
+CONFIG_SYS_I2C_QUP=y
+CONFIG_SYS_I2C_EEPROM_BUS=2
+CONFIG_SYS_I2C_EEPROM_ADDR_LEN=2
+CONFIG_SYS_EEPROM_PAGE_WRITE_BITS=5