From 82807f5b2e97fbb795e37ee135c33797451683e9 Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Sat, 27 Jun 2015 16:04:05 +0530 Subject: [PATCH] spi: Kconfig: Add TEGRA20_SFLASH entry Added TEGRA20_SFLASH entry on Kconfig with help description. Signed-off-by: Jagan Teki Reviewed-by: Simon Glass Cc: Tom Warren Cc: Stephen Warren --- drivers/spi/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 5312ce7dd8..f788f70791 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -96,6 +96,13 @@ config TEGRA114_SPI This controller is different than the older SoCs SPI controller and also register interface get changed with this controller. +config TEGRA20_SFLASH + bool "nVidia Tegra20 Serial Flash controller driver" + help + Enable the nVidia Tegra20 Serial Flash controller driver. This driver + can be used to access the SPI NOR flash on platforms embedding this + nVidia Tegra20 IP core. + config XILINX_SPI bool "Xilinx SPI driver" help -- 2.39.2