24 lines
890 B
Diff
24 lines
890 B
Diff
From 21145a89c79a22c4fb719cce5a2f4e3373d39756 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= <noltari@gmail.com>
|
|
Date: Wed, 17 May 2023 18:16:46 +0200
|
|
Subject: [PATCH] net: mdio: mux-bcm6368: allow disabling for bmips
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|
---
|
|
drivers/net/mdio/Kconfig | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
--- a/drivers/net/mdio/Kconfig
|
|
+++ b/drivers/net/mdio/Kconfig
|
|
@@ -244,7 +244,6 @@ config MDIO_BUS_MUX_BCM6368
|
|
tristate "Broadcom BCM6368 MDIO bus multiplexers"
|
|
depends on OF && OF_MDIO && (BMIPS_GENERIC || COMPILE_TEST)
|
|
select MDIO_BUS_MUX
|
|
- default BMIPS_GENERIC
|
|
help
|
|
This module provides a driver for MDIO bus multiplexers found in
|
|
BCM6368 based Broadcom SoCs. This multiplexer connects one of several
|