mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
sf: Add Kconfig menu entry
Added Kconfig menu ... endmenu enties for spi flash suppor Signed-off-by: Jagan Teki <jteki@openedev.com>
This commit is contained in:
parent
a128197b81
commit
810fd69672
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
menu "SPI Flash Support"
|
||||
|
||||
config SPI_FLASH
|
||||
bool "Enable SPI Flash support"
|
||||
help
|
||||
|
@ -31,3 +33,5 @@ config SPI_FLASH_SANDBOX
|
|||
bus (see CONFIG_SANDBOX_SPI) and SPI traffic will be routed to this
|
||||
device. Typically the contents of the emulated SPI flash device is
|
||||
stored in a file on the host filesystem.
|
||||
|
||||
endmenu # menu "SPI Flash Support"
|
||||
|
|
Loading…
Add table
Reference in a new issue