diff options
| author | William Zhang <[email protected]> | 2022-08-22 11:31:43 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-10-31 08:55:51 -0400 |
| commit | 4dcd23f70b3f2b911e29898a7661a9f1b998cfba (patch) | |
| tree | 9030e6aaf2c555cf289063e3089869f59e5a1404 /drivers/gpio/Kconfig | |
| parent | fdf8f29dc7e9076790e4874c9ce07e593d9e17c4 (diff) | |
arm: bcmbca: replace ARCH_BCM68360 symbols in Kconfig with BCM6856
As CONFIG_ARCH_BCM68360 is replaced with CONFIG_BCM6856, update the
driver Kconfig to use the new config symbol.
Signed-off-by: William Zhang <[email protected]>
Reviewed-by: Philippe Reynes <[email protected]>
Diffstat (limited to 'drivers/gpio/Kconfig')
| -rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 851f14deb46..df45bce21c6 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -110,7 +110,7 @@ config BCM2835_GPIO config BCM6345_GPIO bool "BCM6345 GPIO driver" - depends on DM_GPIO && (ARCH_BMIPS || ARCH_BCM68360 || \ + depends on DM_GPIO && (ARCH_BMIPS || BCM6856 || \ ARCH_BCM6858 || BCM63158 || \ ARCH_BCM6753) help |
