From: Jagan Teki Date: Sat, 27 Jun 2015 10:37:54 +0000 (+0530) Subject: spi: Kconfig: Add TEGRA20_SLINK entry X-Git-Tag: v2015.07~30^2~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4495830c580f4508f9a4244e0eef5ddf406d7d47;p=oweals%2Fu-boot.git spi: Kconfig: Add TEGRA20_SLINK entry Added TEGRA20_SLINK entry on Kconfig with help description. Signed-off-by: Jagan Teki Reviewed-by: Simon Glass Cc: Tom Warren Cc: Stephen Warren --- 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