mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
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>
This commit is contained in:
parent
5bf9a2d3dd
commit
2f3e6f8cc1
1 changed files with 7 additions and 0 deletions
|
@ -93,6 +93,13 @@ config TEGRA114_SPI
|
||||||
This controller is different than the older SoCs SPI controller and
|
This controller is different than the older SoCs SPI controller and
|
||||||
also register interface get changed with this controller.
|
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
|
config XILINX_SPI
|
||||||
bool "Xilinx SPI driver"
|
bool "Xilinx SPI driver"
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Reference in a new issue