From: Kursad Oney Date: Wed, 14 Aug 2019 13:18:32 +0000 (+0200) Subject: spi: hsspi: allow to be used on bcm6858 and bcm63158 X-Git-Tag: v2020.10~559^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a3eddd263eeed29dadf0d6bd21ee84bd8e6209d;p=platform%2Fkernel%2Fu-boot.git spi: hsspi: allow to be used on bcm6858 and bcm63158 This IP exists in both MIPS and ARM cores, so we also allow to use this driver on bcm6858 and bcm63158. Signed-off-by: Kursad Oney Reviewed-by: Philippe Reynes Reviewed-by: Daniel Schwierzeck --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 8dd3213..b8ca2bd 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -67,7 +67,7 @@ config ATMEL_SPI config BCM63XX_HSSPI bool "BCM63XX HSSPI driver" - depends on ARCH_BMIPS + depends on (ARCH_BMIPS || ARCH_BCM6858 || ARCH_BCM63158) help Enable the BCM6328 HSSPI driver. This driver can be used to access the SPI NOR flash on platforms embedding this Broadcom