]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
spi: Add Kconfig menu entry
authorJagan Teki <jteki@openedev.com>
Sat, 27 Jun 2015 17:05:14 +0000 (22:35 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:47:33 +0000 (00:47 +0200)
Added Kconfig menu ... endmenu enties for spi support.

Signed-off-by: Jagan Teki <jteki@openedev.com>
drivers/spi/Kconfig

index b3ba2b78ad39b5d3772d43aea990af1dca1f3ffc..895981efec352ef815035202b3a687a0eac23d3b 100644 (file)
@@ -1,5 +1,7 @@
+menu "SPI Support"
+
 config SPI
-       bool "Enable SPI bus support"
+       bool "Enable SPI support"
 
 config DM_SPI
        bool "Enable Driver Model for SPI drivers"
@@ -62,3 +64,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"