diff options
author | Jagan Teki <jteki@openedev.com> | 2015-06-27 16:04:05 +0530 |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2015-07-01 21:39:05 +0530 |
commit | 2f3e6f8cc1449511f6cdb0b2b624084af73669ca (patch) | |
tree | e9a9dfc0e839043944348833a9f6822bb5b11cc9 /drivers/spi | |
parent | 5bf9a2d3dd1714068993f66ec2489af333f3e7d1 (diff) | |
download | u-boot-imx-2f3e6f8cc1449511f6cdb0b2b624084af73669ca.zip u-boot-imx-2f3e6f8cc1449511f6cdb0b2b624084af73669ca.tar.gz u-boot-imx-2f3e6f8cc1449511f6cdb0b2b624084af73669ca.tar.bz2 |
spi: Kconfig: Add TEGRA20_SFLASH entry
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>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 16dce77..8ffb3c4 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -93,6 +93,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 |