diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2017-03-01 06:52:23 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2017-03-01 07:02:17 +0100 |
commit | 9209511d61fce02b0af48b44d963150e076e0f7e (patch) | |
tree | 2791f6e6e7370c8c977bd51e88bfe94eb9b5a022 /target/linux/bcm53xx/config-4.4 | |
parent | ebf846b00559a326d6ea5a1711d11335d89d1218 (diff) | |
download | upstream-9209511d61fce02b0af48b44d963150e076e0f7e.tar.gz upstream-9209511d61fce02b0af48b44d963150e076e0f7e.tar.bz2 upstream-9209511d61fce02b0af48b44d963150e076e0f7e.zip |
bcm53xx: backport Broadcom's iProc QSPI driver
This driver has been added instead of improving spi-bcm53xx. It has some
advantages: allows SPI speed control & hopefully doesn't have bug that
was stopping us from using multiple SPI messages for writing flash data.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm53xx/config-4.4')
-rw-r--r-- | target/linux/bcm53xx/config-4.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/config-4.4 b/target/linux/bcm53xx/config-4.4 index 723d16a71e..a7675e44ce 100644 --- a/target/linux/bcm53xx/config-4.4 +++ b/target/linux/bcm53xx/config-4.4 @@ -298,6 +298,7 @@ CONFIG_SMP_ON_UP=y CONFIG_SPARSE_IRQ=y CONFIG_SPI=y CONFIG_SPI_BCM53XX=y +# CONFIG_SPI_BCM_QSPI is not set CONFIG_SPI_BITBANG=y CONFIG_SPI_GPIO=y CONFIG_SPI_MASTER=y |