diff options
author | Kursad Oney <kursad.oney@broadcom.com> | 2019-08-14 15:18:32 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-11 10:09:16 -0400 |
commit | 9a3eddd263eeed29dadf0d6bd21ee84bd8e6209d (patch) | |
tree | 8858b6e4eaca4c6f94af6cfc4f8938e39fbbd3ce /drivers/spi | |
parent | 44fb0d6c9f5147a41c710032869e5e01b3c9e310 (diff) |
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 <kursad.oney@broadcom.com>
Reviewed-by: Philippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 8dd3213d48..b8ca2bdedd 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 |