diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-08-19 20:14:06 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-08-19 20:14:06 +0000 |
commit | f66a0912f7ab1a2a0644c015a1fb9de2c83413db (patch) | |
tree | 9083382748320d5f1a5f2ea05d3170a71823b353 /target/linux/bcm53xx/config-3.14 | |
parent | bcb36cd4943e1216454f54b66a74d5239ee48746 (diff) | |
download | upstream-f66a0912f7ab1a2a0644c015a1fb9de2c83413db.tar.gz upstream-f66a0912f7ab1a2a0644c015a1fb9de2c83413db.tar.bz2 upstream-f66a0912f7ab1a2a0644c015a1fb9de2c83413db.zip |
bcm53xx: add SPI controller driver
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42223
Diffstat (limited to 'target/linux/bcm53xx/config-3.14')
-rw-r--r-- | target/linux/bcm53xx/config-3.14 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/config-3.14 b/target/linux/bcm53xx/config-3.14 index e4f441190a..f7035220ad 100644 --- a/target/linux/bcm53xx/config-3.14 +++ b/target/linux/bcm53xx/config-3.14 @@ -209,6 +209,9 @@ CONFIG_SERIAL_OF_PLATFORM=y CONFIG_SMP=y CONFIG_SMP_ON_UP=y CONFIG_SPARSE_IRQ=y +CONFIG_SPI=y +CONFIG_SPI_BCM53XX=y +CONFIG_SPI_MASTER=y CONFIG_STOP_MACHINE=y CONFIG_SWCONFIG=y CONFIG_SWIOTLB=y |