mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
tpl: spi: Add CONFIG_TPL_SPI_LOAD to Kconfig
Add Kconfig entry for CONFIG_TPL_SPI_LOAD symbol to match the SPL one. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
555004381e
commit
1e725e27eb
1 changed files with 7 additions and 0 deletions
|
@ -922,6 +922,13 @@ config TPL_SPI_FLASH_SUPPORT
|
|||
Enable support for using SPI flash in TPL. See SPL_SPI_FLASH_SUPPORT
|
||||
for details.
|
||||
|
||||
config TPL_SPI_LOAD
|
||||
bool "Support loading from SPI flash"
|
||||
depends on TPL_SPI_FLASH_SUPPORT
|
||||
help
|
||||
Enable support for loading next stage, U-Boot or otherwise, from
|
||||
SPI NOR in U-Boot TPL.
|
||||
|
||||
config TPL_SPI_SUPPORT
|
||||
bool "Support SPI drivers"
|
||||
help
|
||||
|
|
Loading…
Reference in a new issue