]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
spi: Kconfig: Add TEGRA114_SPI entry
authorJagan Teki <jteki@openedev.com>
Sat, 27 Jun 2015 10:27:53 +0000 (15:57 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:47:34 +0000 (00:47 +0200)
Added TEGRA114_SPI 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 588d29ac0d7558c2ab0c4dd7955618e2574fdf76..5312ce7dd8e377916a821eeeaa049da8ab2ceb42 100644 (file)
@@ -86,6 +86,16 @@ config SANDBOX_SPI
                };
          };
 
+config TEGRA114_SPI
+       bool "nVidia Tegra114 SPI driver"
+       help
+         Enable the nVidia Tegra114 SPI driver. This driver can be used to
+         access the SPI NOR flash on platforms embedding this nVidia Tegra114
+         IP core.
+
+         This controller is different than the older SoCs SPI controller and
+         also register interface get changed with this controller.
+
 config XILINX_SPI
        bool "Xilinx SPI driver"
        help