]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethernet: stmmac: remove select QCOM_SOCINFO and make it optional
authorChristian Marangi <ansuelsmth@gmail.com>
Thu, 16 Jun 2022 22:15:54 +0000 (00:15 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Jun 2022 08:52:47 +0000 (09:52 +0100)
commit18e37a33787dc65174dba5b431c4482ef1e24abf
treef5a00b3f2aed18c57c73cad13c1f2ea818fd699a
parentfd2c728937bc5a1f67cda32f3c8f6fa38c76db90
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: d65d59a592f8 ("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>
drivers/net/ethernet/stmicro/stmmac/Kconfig