mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
spi: bcm63xx-hsspi: Make driver depend on BCMBCA arch
ARCH_BCMBCA was introduced to cover individual Broadcom broadband SoC for common features and IP blocks. Use this config instead of each chip config as the Kconfig dependency for Broadcom HSSPI driver. Signed-off-by: William Zhang <william.zhang@broadcom.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
parent
47d9ae54a1
commit
937b49e90a
1 changed files with 2 additions and 2 deletions
|
@ -101,9 +101,9 @@ config ATMEL_SPI
|
|||
|
||||
config BCM63XX_HSSPI
|
||||
bool "BCM63XX HSSPI driver"
|
||||
depends on (ARCH_BMIPS || BCM6856 || BCM6858 || BCM63158)
|
||||
depends on (ARCH_BMIPS || ARCH_BCMBCA)
|
||||
help
|
||||
Enable the BCM6328 HSSPI driver. This driver can be used to
|
||||
Enable the BCM63XX HSSPI driver. This driver can be used to
|
||||
access the SPI NOR flash on platforms embedding this Broadcom
|
||||
SPI core.
|
||||
|
||||
|
|
Loading…
Reference in a new issue