mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-06 17:30:35 +01:00
drivers: net: ipq9574: Disable Uniphy in EMU Platform
This patch moves the entire Uniphy configurations to !CONFIG_IPQ9574_RUMI as there is no PHY/UNIPHY in EMU Platform. Change-Id: I404916d10caed87e4825172345195bf92df1b725 Signed-off-by: Selvam Sathappan Periakaruppan <speriaka@codeaurora.org>
This commit is contained in:
parent
3600a5e5f5
commit
383f82f1c9
1 changed files with 6 additions and 0 deletions
|
|
@ -87,7 +87,13 @@ obj-$(CONFIG_IPQ6018_EDMA) += ipq6018/ipq6018_edma.o
|
|||
obj-$(CONFIG_IPQ6018_EDMA) += ipq6018/ipq6018_ppe.o
|
||||
obj-$(CONFIG_IPQ6018_EDMA) += ipq6018/ipq6018_uniphy.o
|
||||
obj-$(CONFIG_IPQ9574_EDMA) += ipq9574/ipq9574_ppe.o
|
||||
|
||||
ifndef CONFIG_IPQ9574_RUMI
|
||||
|
||||
obj-$(CONFIG_IPQ9574_EDMA) += ipq9574/ipq9574_uniphy.o
|
||||
|
||||
endif
|
||||
|
||||
obj-$(CONFIG_IPQ9574_EDMA) += ipq9574/ipq9574_edma.o
|
||||
obj-$(CONFIG_IPQ5018_GMAC) += ipq5018/ipq5018_gmac.o
|
||||
obj-$(CONFIG_IPQ5018_GMAC) += ipq5018/ipq5018_uniphy.o
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue