From: Jagan Teki Date: Sat, 27 Jun 2015 10:27:53 +0000 (+0530) Subject: spi: Kconfig: Add TEGRA114_SPI entry X-Git-Tag: v2015.07~30^2~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5bf9a2d3dd1714068993f66ec2489af333f3e7d1;p=oweals%2Fu-boot.git spi: Kconfig: Add TEGRA114_SPI entry Added TEGRA114_SPI 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 43f9faccd0..16dce77c04 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