net: ethernet: stmmac: remove select QCOM_SOCINFO and make it optional
QCOM_SOCINFO depends on QCOM_SMEM but is not selected, this cause some
problems with QCOM_SOCINFO getting selected with the dependency of
QCOM_SMEM not met.
To fix this remove the select in Kconfig and add additional info in the
DWMAC_IPQ806X config description.
Reported-by: kernel test robot <lkp@intel.com>
Fixes: 9ec092d2fe
("net: ethernet: stmmac: add missing sgmii configure for ipq806x")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
dbca1596bb
commit
c205035e3a
1 changed files with 3 additions and 1 deletions
|
@ -83,7 +83,6 @@ config DWMAC_IPQ806X
|
||||||
default ARCH_QCOM
|
default ARCH_QCOM
|
||||||
depends on OF && (ARCH_QCOM || COMPILE_TEST)
|
depends on OF && (ARCH_QCOM || COMPILE_TEST)
|
||||||
select MFD_SYSCON
|
select MFD_SYSCON
|
||||||
select QCOM_SOCINFO
|
|
||||||
help
|
help
|
||||||
Support for QCA IPQ806X DWMAC Ethernet.
|
Support for QCA IPQ806X DWMAC Ethernet.
|
||||||
|
|
||||||
|
@ -92,6 +91,9 @@ config DWMAC_IPQ806X
|
||||||
acceleration features available on this SoC. Network devices
|
acceleration features available on this SoC. Network devices
|
||||||
will behave like standard non-accelerated ethernet interfaces.
|
will behave like standard non-accelerated ethernet interfaces.
|
||||||
|
|
||||||
|
Select the QCOM_SOCINFO config flag to enable specific dwmac
|
||||||
|
fixup based on the ipq806x SoC revision.
|
||||||
|
|
||||||
config DWMAC_LPC18XX
|
config DWMAC_LPC18XX
|
||||||
tristate "NXP LPC18xx/43xx DWMAC support"
|
tristate "NXP LPC18xx/43xx DWMAC support"
|
||||||
default ARCH_LPC18XX
|
default ARCH_LPC18XX
|
||||||
|
|
Loading…
Add table
Reference in a new issue