projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd9accd
)
spi: Add Kconfig menu entry
author
Jagan Teki
<jteki@openedev.com>
Sat, 27 Jun 2015 17:05:14 +0000
(22:35 +0530)
committer
Jagan Teki
<jteki@openedev.com>
Wed, 1 Jul 2015 16:09:03 +0000
(21:39 +0530)
Added Kconfig menu ... endmenu enties for spi support.
Signed-off-by: Jagan Teki <jteki@openedev.com>
drivers/spi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index fbff707c6fe356197dfd7108451a58b28ea01671..913951f6cc537d4dfde602a807d6595827972cd7 100644
(file)
--- a/
drivers/spi/Kconfig
+++ b/
drivers/spi/Kconfig
@@
-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"