diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2018-05-07 07:48:39 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2018-05-07 07:56:38 +0200 |
commit | ed00387dc550695f2b9d690b7a8e5a1567e175ee (patch) | |
tree | 060055c43f9dedfea2c7e16576ef6a20b4409df3 /target/linux/bcm53xx/config-4.14 | |
parent | f172456edcee41d37d182bdb6423247c90a1333f (diff) | |
download | upstream-ed00387dc550695f2b9d690b7a8e5a1567e175ee.tar.gz upstream-ed00387dc550695f2b9d690b7a8e5a1567e175ee.tar.bz2 upstream-ed00387dc550695f2b9d690b7a8e5a1567e175ee.zip |
bcm53xx: switch to the new/alternative SPI controller driver
This switches bcm53xx from spi-bcm53xx to the spi-bcm-qspi driver. The
later one was developed by Broadcom and is more advanced one. It
supports more modes, setting a speed, setting bits per word and uses
IRQs instead of polling.
This increases kernel size from 1808120 B to the 1811160 B (by 3040 B).
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm53xx/config-4.14')
-rw-r--r-- | target/linux/bcm53xx/config-4.14 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/config-4.14 b/target/linux/bcm53xx/config-4.14 index 38738a468d..be062dc7f2 100644 --- a/target/linux/bcm53xx/config-4.14 +++ b/target/linux/bcm53xx/config-4.14 @@ -320,7 +320,8 @@ CONFIG_SMP=y CONFIG_SMP_ON_UP=y CONFIG_SPARSE_IRQ=y CONFIG_SPI=y -CONFIG_SPI_BCM53XX=y +# CONFIG_SPI_BCM53XX is not set +CONFIG_SPI_BCM_QSPI=y CONFIG_SPI_BITBANG=y CONFIG_SPI_GPIO=y CONFIG_SPI_MASTER=y |