summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJagan Teki <jteki@openedev.com>2015-06-27 22:35:14 +0530
committerJagan Teki <jteki@openedev.com>2015-07-01 21:39:03 +0530
commitde8230535b892d8dee768e40e91a4595d6585155 (patch)
treeaafdca8c1537a00d1df603f14ad528e59cb3be19 /drivers
parentcd9accdcd9ab2f421047990ddae43f83cc43ca17 (diff)
downloadblackbird-obmc-uboot-de8230535b892d8dee768e40e91a4595d6585155.tar.gz
blackbird-obmc-uboot-de8230535b892d8dee768e40e91a4595d6585155.zip
spi: Add Kconfig menu entry
Added Kconfig menu ... endmenu enties for spi support. Signed-off-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/spi/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index fbff707c6f..913951f6cc 100644
--- 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"
OpenPOWER on IntegriCloud