From: Jagan Teki Date: Sat, 27 Jun 2015 10:34:05 +0000 (+0530) Subject: spi: Kconfig: Add TEGRA20_SFLASH entry X-Git-Tag: v2015.07~30^2~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2f3e6f8cc1449511f6cdb0b2b624084af73669ca;p=u-boot 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 --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 16dce77c04..8ffb3c47cb 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -93,6 +93,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