board: arm: devsoc: add QCA8033 ethernet PHY support

Change-Id: Ifdb6a372c54f3cf1865e7463ecf6dea65495f29e
Signed-off-by: Ram Kumar D <quic_ramd@quicinc.com>
This commit is contained in:
Ram Kumar D 2022-06-28 14:21:35 +05:30
parent 9a6c369849
commit 5eaf4d7afa
2 changed files with 4 additions and 0 deletions

View file

@ -42,6 +42,9 @@ config IPQ_TINY_SPI_NOR
config ART_COMPRESSED
bool "Enable uncompress support"
config QCA8033_PHY
bool "Enable QCA8033 PHY support"
config QCA8081_PHY
bool "Enable QCA8081 PHY support"

View file

@ -101,6 +101,7 @@ CONFIG_CMD_SETEXPR=y
# Network PHY
#
CONFIG_IPQ_QCA_AQUANTIA_PHY=y
CONFIG_QCA8033_PHY=y
CONFIG_QCA8081_PHY=y
CONFIG_QCA8084_PHY=y
CONFIG_ATHRS17C_SWITCH=y