diff mbox series

[1/1] net: phy: add default ARCH_BCM_IPROC for MDIO_BCM_IPROC

Message ID 20200128003828.20439-1-scott.branden@broadcom.com
State Accepted
Delegated to: David Miller
Headers show
Series [1/1] net: phy: add default ARCH_BCM_IPROC for MDIO_BCM_IPROC | expand

Commit Message

Scott Branden Jan. 28, 2020, 12:38 a.m. UTC
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>
---
 drivers/net/phy/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Florian Fainelli Jan. 28, 2020, 1:05 a.m. UTC | #1
On 1/27/2020 4:38 PM, Scott Branden wrote:
> 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>
David Miller Jan. 28, 2020, 10 a.m. UTC | #2
From: Scott Branden <scott.branden@broadcom.com>
Date: Mon, 27 Jan 2020 16:38:28 -0800

> 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>

Applied, thanks.
diff mbox series

Patch

diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 8dc461f7574b..b6315a01f36e 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.