]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
net: phy: add default ARCH_BCM_IPROC for MDIO_BCM_IPROC
authorScott Branden <scott.branden@broadcom.com>
Tue, 28 Jan 2020 00:38:28 +0000 (16:38 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Jan 2020 10:00:08 +0000 (11:00 +0100)
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>
drivers/net/phy/Kconfig

index 71fc778ce398852f547d953361ec3fcc12461be1..9dabe03a668c2a6d5957445a29645e93d40a0694 100644 (file)
@@ -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.