]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
spi: bcm63xx-hsspi: Make driver depend on BCMBCA arch
authorWilliam Zhang <william.zhang@broadcom.com>
Wed, 7 Jun 2023 23:37:01 +0000 (16:37 -0700)
committerJagan Teki <jagan@edgeble.ai>
Thu, 13 Jul 2023 08:29:57 +0000 (13:59 +0530)
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>
drivers/spi/Kconfig

index 453a5983b2a3709cb7691b7585f464671088954d..7e71c5ae870a6b495aa1327db3824f39459f92ed 100644 (file)
@@ -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.