aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
diff options
context:
space:
mode:
authorScott Branden <scott.branden@broadcom.com>2020-01-27 16:38:28 -0800
committerDavid S. Miller <davem@davemloft.net>2020-01-28 11:00:08 +0100
commitf76e4c167ea2212e23c15ee7e601a865e822c291 (patch)
treeeedd1fcf7c078f6e49efa17111b3a986c71a7acf /drivers/net/phy
parentudp: segment looped gso packets correctly (diff)
downloadlinux-dev-f76e4c167ea2212e23c15ee7e601a865e822c291.tar.xz
linux-dev-f76e4c167ea2212e23c15ee7e601a865e822c291.zip
net: phy: add default ARCH_BCM_IPROC for MDIO_BCM_IPROC
Add default MDIO_BCM_IPROC Kconfig setting such that it is default on for IPROC family of devices. Signed-off-by: Scott Branden <scott.branden@broadcom.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy')
-rw-r--r--drivers/net/phy/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 71fc778ce398..9dabe03a668c 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -38,6 +38,7 @@ config MDIO_BCM_IPROC
tristate "Broadcom iProc MDIO bus controller"
depends on ARCH_BCM_IPROC || COMPILE_TEST
depends on HAS_IOMEM && OF_MDIO
+ default ARCH_BCM_IPROC
help
This module provides a driver for the MDIO busses found in the
Broadcom iProc SoC's.