From: Kursad Oney <kursad.o...@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.o...@broadcom.com>
Reviewed-by: Philippe Reynes <philippe.rey...@softathome.com>
---
 drivers/spi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Changelog:
v3:
- no change
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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to