[U-Boot] [PATCH V2 01/10] spi: hsspi: allow to be used on bcm6858 and bcm63158
Philippe Reynes
philippe.reynes at softathome.com
Tue Aug 13 16:45:17 UTC 2019
From: Kursad Oney <kursad.oney at broadcom.com>
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 <kursad.oney at broadcom.com>
Reviewed-by: Philippe Reynes <philippe.reynes at softathome.com>
---
drivers/spi/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Changelog:
v2:
- add dependancy on bcm6858 and bcm63158 instead of removing mips dependancy
(thanks Daniel)
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index f459c0a..932d2d9 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
--
2.7.4
More information about the U-Boot
mailing list