bcm27xx: switch to kernel v6.1
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.15 / 201-Revert-net-broadcom-Fix-BCMGENET-Kconfig.patch
1 From f032f801658ce6b47498f3e140f7e4aef0645042 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= <noltari@gmail.com>
3 Date: Wed, 28 Dec 2022 13:20:24 +0100
4 Subject: [PATCH 2/2] Revert "net: broadcom: Fix BCMGENET Kconfig"
5
6 [ Upstream commit 8d820bc9d12b8beebca836cceaf2bbe68216c2f8 ]
7
8 This reverts commit 6a264203dbdb0d076891d83bf3bb274d6b3863f2.
9 ---
10 drivers/net/ethernet/broadcom/Kconfig | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 --- a/drivers/net/ethernet/broadcom/Kconfig
14 +++ b/drivers/net/ethernet/broadcom/Kconfig
15 @@ -77,7 +77,7 @@ config BCMGENET
16 select BCM7XXX_PHY
17 select MDIO_BCM_UNIMAC
18 select DIMLIB
19 - select BROADCOM_PHY if (ARCH_BCM2835 && PTP_1588_CLOCK_OPTIONAL)
20 + select BROADCOM_PHY if ARCH_BCM2835
21 help
22 This driver supports the built-in Ethernet MACs found in the
23 Broadcom BCM7xxx Set Top Box family chipset.