summaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-10-14 08:33:34 +0800
committerThomas Chou <thomas@wytron.com.tw>2015-10-23 07:36:56 +0800
commit15a56f9cb73fbf832e4ade37651605eb9662b388 (patch)
treed42dc6b4e341a0853bbf8ca4bf71e2e6b437fba7 /drivers/spi/Kconfig
parentda2f838d8a6f72dfe4bdea529d3e98826fba5e8a (diff)
downloadtalos-obmc-uboot-15a56f9cb73fbf832e4ade37651605eb9662b388.tar.gz
talos-obmc-uboot-15a56f9cb73fbf832e4ade37651605eb9662b388.zip
spi : convert altera_spi to driver model
Convert altera_spi to driver model Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 8e04fce6f2..2f8cf19613 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -15,6 +15,14 @@ config DM_SPI
if DM_SPI
+config ALTERA_SPI
+ bool "Altera SPI driver"
+ help
+ Enable the Altera SPI driver. This driver can be used to
+ access the SPI NOR flash on platforms embedding this Altera
+ IP core. Please find details on the "Embedded Peripherals IP
+ User Guide" of Altera.
+
config CADENCE_QSPI
bool "Cadence QSPI driver"
help
OpenPOWER on IntegriCloud