summaryrefslogtreecommitdiff
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
authorOctav Zlatior <octav.zlatior@theobroma-systems.com>2015-07-08 16:46:40 +0200
committerKlaus Goger <klaus.goger@theobroma-systems.com>2016-09-18 15:57:26 +0200
commit7b465e83280d38b0675ad96ae13fbee4be541eeb (patch)
tree660b45e7878f82ae8aced52c50600af7816e723a /drivers/spi/Kconfig
parent5097e3b196211eda8456368de7a6dac523605141 (diff)
ARM: sun6i: spi: implements SPI driver
The driver currently only supports sun6i. Signed-off-by: Octav Zlatior <octav.zlatior@theobroma-systems.com>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index f0258f84af..2682e71f4b 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -99,6 +99,13 @@ config SANDBOX_SPI
};
};
+config SUNXI_SPI
+ bool "sunxi SPI driver"
+ help
+ Enable the sunxi SPI driver. This driver can be used to
+ access the SPI NOR flash on platforms embedding the Allwinner
+ sunxi SoC.
+
config TEGRA114_SPI
bool "nVidia Tegra114 SPI driver"
help