Skip to content
Snippets Groups Projects
Commit 9a3eddd2 authored by Kursad Oney's avatar Kursad Oney Committed by Tom Rini
Browse files

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: default avatarKursad Oney <kursad.oney@broadcom.com>
Reviewed-by: default avatarPhilippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: default avatarDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
parent 44fb0d6c
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ config ATMEL_SPI ...@@ -67,7 +67,7 @@ config ATMEL_SPI
config BCM63XX_HSSPI config BCM63XX_HSSPI
bool "BCM63XX HSSPI driver" bool "BCM63XX HSSPI driver"
depends on ARCH_BMIPS depends on (ARCH_BMIPS || ARCH_BCM6858 || ARCH_BCM63158)
help help
Enable the BCM6328 HSSPI driver. This driver can be used to Enable the BCM6328 HSSPI driver. This driver can be used to
access the SPI NOR flash on platforms embedding this Broadcom access the SPI NOR flash on platforms embedding this Broadcom
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment