Browse Source

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>
Jagan Teki 10 years ago
parent
commit
4495830c58
1 changed files with 7 additions and 0 deletions
  1. 7 0
      drivers/spi/Kconfig

+ 7 - 0
drivers/spi/Kconfig

@@ -100,6 +100,13 @@ config TEGRA20_SFLASH
 	  can be used to access the SPI NOR flash on platforms embedding this
 	  can be used to access the SPI NOR flash on platforms embedding this
 	  nVidia Tegra20 IP core.
 	  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
 config XILINX_SPI
 	bool "Xilinx SPI driver"
 	bool "Xilinx SPI driver"
 	help
 	help