]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/spi/Kconfig
spi: Add Kconfig menu entry
[karo-tx-uboot.git] / 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"