diff mbox

[U-Boot,20/20] spi: Kconfig: Add TEGRA20_SLINK entry

Message ID 1435428843-29750-21-git-send-email-jteki@openedev.com
State Accepted
Delegated to: Jagannadha Sutradharudu Teki
Headers show

Commit Message

Jagan Teki June 27, 2015, 6:14 p.m. UTC
Added TEGRA20_SLINK entry on Kconfig with help description.

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

Comments

Simon Glass June 30, 2015, 7:48 p.m. UTC | #1
On 27 June 2015 at 12:14, Jagan Teki <jteki@openedev.com> wrote:
> Added TEGRA20_SLINK entry on Kconfig with help description.
>
> Signed-off-by: Jagan Teki <jteki@openedev.com>
> Cc: Tom Warren <twarren@nvidia.com>
> Cc: Stephen Warren <swarren@nvidia.com>
> Cc: Simon Glass <sjg@chromium.org>
> ---
>  drivers/spi/Kconfig | 7 +++++++
>  1 file changed, 7 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
Jagan Teki July 1, 2015, 5:16 p.m. UTC | #2
On 1 July 2015 at 01:18, Simon Glass <sjg@chromium.org> wrote:
> On 27 June 2015 at 12:14, Jagan Teki <jteki@openedev.com> wrote:
>> Added TEGRA20_SLINK entry on Kconfig with help description.
>>
>> Signed-off-by: Jagan Teki <jteki@openedev.com>
>> Cc: Tom Warren <twarren@nvidia.com>
>> Cc: Stephen Warren <swarren@nvidia.com>
>> Cc: Simon Glass <sjg@chromium.org>
>> ---
>>  drivers/spi/Kconfig | 7 +++++++
>>  1 file changed, 7 insertions(+)
>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

Applied to u-boot-spi/master

thanks!
diff mbox

Patch

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 8ffb3c4..c84a7b7 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -100,6 +100,13 @@  config TEGRA20_SFLASH
 	  can be used to access the SPI NOR flash on platforms embedding this
 	  nVidia Tegra20 IP core.
 
+config TEGRA20_SLINK
+	bool "nVidia Tegra20/Tegra30 SLINK driver"
+	help
+	  Enable the nVidia Tegra20/Tegra30 SLINK driver. This driver can
+	  be used to access the SPI NOR flash on platforms embedding this
+	  nVidia Tegra20/Tegra30 IP cores.
+
 config XILINX_SPI
 	bool "Xilinx SPI driver"
 	help