[U-Boot] [PATCH 18/20] spi: Kconfig: Add TEGRA114_SPI entry

Jagan Teki jteki at openedev.com
Sat Jun 27 20:14:01 CEST 2015


Added TEGRA114_SPI entry on Kconfig with help description.

Signed-off-by: Jagan Teki <jteki at openedev.com>
Cc: Tom Warren <twarren at nvidia.com>
Cc: Stephen Warren <swarren at nvidia.com>
Cc: Simon Glass <sjg at chromium.org>
---
 drivers/spi/Kconfig | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 43f9fac..16dce77 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -83,6 +83,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
-- 
1.9.1



More information about the U-Boot mailing list