mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-27 22:52:31 +01:00
spi: Kconfig: Add TEGRA114_SPI entry
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>
This commit is contained in:
parent
456360102c
commit
5bf9a2d3dd
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue