[U-Boot] [PATCH 01/10] spi: Remove MIPS dependency from Broadcom HSSPI driver.
Philippe Reynes
philippe.reynes at softathome.com
Tue Aug 13 14:55:37 UTC 2019
From: Kursad Oney <kursad.oney at broadcom.com>
This IP exists in both MIPS and ARM cores, so there is no need
to tie it up to MIPS only. Remove the dependency.
Signed-off-by: Kursad Oney <kursad.oney at broadcom.com>
Reviewed-by: Philippe Reynes <philippe.reynes at softathome.com>
---
drivers/spi/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index f459c0a..749917b 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -67,7 +67,6 @@ config ATMEL_SPI
config BCM63XX_HSSPI
bool "BCM63XX HSSPI driver"
- depends on ARCH_BMIPS
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