diff options
| author | William Zhang <[email protected]> | 2022-08-22 11:39:45 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-10-31 08:55:59 -0400 |
| commit | 2dab3ee50c600e4e58f8bbf444ce8ffaee783916 (patch) | |
| tree | 2a8e7fb8f6f238b4aa1fe082603515acf0c68cda /drivers/spi | |
| parent | 872308c6b1a3d980fea5d514913a3224712299e0 (diff) | |
arm: bcmbca: replace ARCH_BCM6858 symbols in Kconfig with BCM6858
As CONFIG_ARCH_BCM6858 is replaced with CONFIG_BCM6858, 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/spi')
| -rw-r--r-- | drivers/spi/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 36095ccb719..34b92ceaee0 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -101,8 +101,7 @@ config ATMEL_SPI config BCM63XX_HSSPI bool "BCM63XX HSSPI driver" - depends on (ARCH_BMIPS || BCM6856 || \ - ARCH_BCM6858 || BCM63158) + depends on (ARCH_BMIPS || BCM6856 || BCM6858 || BCM63158) help Enable the BCM6328 HSSPI driver. This driver can be used to access the SPI NOR flash on platforms embedding this Broadcom |
