mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
spi: Add Kconfig menu entry
Added Kconfig menu ... endmenu enties for spi support. Signed-off-by: Jagan Teki <jteki@openedev.com>
This commit is contained in:
parent
cd9accdcd9
commit
de8230535b
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
menu "SPI Support"
|
||||
|
||||
config DM_SPI
|
||||
bool "Enable Driver Model for SPI drivers"
|
||||
depends on DM
|
||||
|
|
@ -59,3 +61,5 @@ config ZYNQ_SPI
|
|||
Enable the Zynq SPI driver. This driver can be used to
|
||||
access the SPI NOR flash on platforms embedding this Zynq
|
||||
SPI IP core.
|
||||
|
||||
endmenu # menu "SPI Support"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue