mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-06 17:30:35 +01:00
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:
parent
9a6c369849
commit
5eaf4d7afa
2 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue