Skip to content

Commit f76e4c1

Browse files
sbrandendavem330
authored andcommitted
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 <[email protected]> Reviewed-by: Florian Fainelli <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 6cd021a commit f76e4c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/phy/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ config MDIO_BCM_IPROC
3838
tristate "Broadcom iProc MDIO bus controller"
3939
depends on ARCH_BCM_IPROC || COMPILE_TEST
4040
depends on HAS_IOMEM && OF_MDIO
41+
default ARCH_BCM_IPROC
4142
help
4243
This module provides a driver for the MDIO busses found in the
4344
Broadcom iProc SoC's.

0 commit comments

Comments
 (0)