summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJagan Teki <jteki@openedev.com>2015-06-27 16:07:54 +0530
committerJagan Teki <jteki@openedev.com>2015-07-01 21:39:05 +0530
commit4495830c580f4508f9a4244e0eef5ddf406d7d47 (patch)
tree1e67d52740e0ebd88e545db28d295d05b1fcba32
parent2f3e6f8cc1449511f6cdb0b2b624084af73669ca (diff)
downloadblackbird-obmc-uboot-4495830c580f4508f9a4244e0eef5ddf406d7d47.tar.gz
blackbird-obmc-uboot-4495830c580f4508f9a4244e0eef5ddf406d7d47.zip
spi: Kconfig: Add TEGRA20_SLINK entry
Added TEGRA20_SLINK entry on Kconfig with help description. Signed-off-by: Jagan Teki <jteki@openedev.com> Reviewed-by: Simon Glass <sjg@chromium.org> Cc: Tom Warren <twarren@nvidia.com> Cc: Stephen Warren <swarren@nvidia.com>
-rw-r--r--drivers/spi/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 8ffb3c47cb..c84a7b74d6 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -100,6 +100,13 @@ config TEGRA20_SFLASH
can be used to access the SPI NOR flash on platforms embedding this
nVidia Tegra20 IP core.
+config TEGRA20_SLINK
+ bool "nVidia Tegra20/Tegra30 SLINK driver"
+ help
+ Enable the nVidia Tegra20/Tegra30 SLINK driver. This driver can
+ be used to access the SPI NOR flash on platforms embedding this
+ nVidia Tegra20/Tegra30 IP cores.
+
config XILINX_SPI
bool "Xilinx SPI driver"
help
OpenPOWER on IntegriCloud