]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
spi: Kconfig: Add TEGRA20_SFLASH entry
authorJagan Teki <jteki@openedev.com>
Sat, 27 Jun 2015 10:34:05 +0000 (16:04 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:47:34 +0000 (00:47 +0200)
Added TEGRA20_SFLASH 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>
drivers/spi/Kconfig

index 5312ce7dd8e377916a821eeeaa049da8ab2ceb42..f788f707919a2a0550e333c3520c8fd831d71e15 100644 (file)
@@ -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