bcm27xx: update 6.1 patches to latest version
[openwrt/staging/dangole.git] / target / linux / bcm27xx / patches-6.1 / 950-1214-drivers-pinctrl-bcm-Kconfig-Fix-BCM2712-help.patch
1 From 046d03c87ecce5db074eae6ffa2d5298c5f7d5a7 Mon Sep 17 00:00:00 2001
2 From: Leon Anavi <leon.anavi@konsulko.com>
3 Date: Tue, 12 Dec 2023 13:53:37 +0200
4 Subject: [PATCH] drivers/pinctrl/bcm/Kconfig: Fix BCM2712 help
5
6 Replace "Broadcom BCM2835 GPIO" with "Broadcom BCM2712 PINCONF"
7 in the help message. This work was sponsored by GOVCERT.LU.
8
9 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
10 ---
11 drivers/pinctrl/bcm/Kconfig | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 --- a/drivers/pinctrl/bcm/Kconfig
15 +++ b/drivers/pinctrl/bcm/Kconfig
16 @@ -10,7 +10,7 @@ config PINCTRL_BCM2712
17 select PINCONF
18 select GENERIC_PINCONF
19 help
20 - Say Y here to enable the Broadcom BCM2835 GPIO driver.
21 + Say Y here to enable the Broadcom BCM2712 PINCONF driver.
22
23 config PINCTRL_BCM281XX
24 bool "Broadcom BCM281xx pinctrl driver"