aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx/config-4.14
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2018-05-07 07:48:39 +0200
committerRafał Miłecki <rafal@milecki.pl>2018-05-07 07:56:38 +0200
commited00387dc550695f2b9d690b7a8e5a1567e175ee (patch)
tree060055c43f9dedfea2c7e16576ef6a20b4409df3 /target/linux/bcm53xx/config-4.14
parentf172456edcee41d37d182bdb6423247c90a1333f (diff)
downloadupstream-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.143
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