]> git.sur5r.net Git - u-boot/blobdiff - drivers/spi/Kconfig
net: zynq_gem: Initialize val variable in zynq_gem_miiphy_read()
[u-boot] / drivers / spi / Kconfig
index ec92b84ed28b8d5971123ca309c74fa353373b13..3532c2ad46780ca9f7bed0cb0f48ab58af551515 100644 (file)
@@ -1,4 +1,7 @@
-menu "SPI Support"
+menuconfig SPI
+       bool "SPI Support"
+
+if SPI
 
 config DM_SPI
        bool "Enable Driver Model for SPI drivers"
@@ -101,6 +104,7 @@ config ICH_SPI
 
 config MVEBU_A3700_SPI
        bool "Marvell Armada 3700 SPI driver"
+       select CLK_ARMADA_3720
        help
          Enable the Marvell Armada 3700 SPI driver. This driver can be
          used to access the SPI NOR flash on platforms embedding this
@@ -312,4 +316,4 @@ config OMAP3_SPI
          (McSPI). This driver be used to access SPI chips on platforms
          embedding this OMAP3 McSPI IP core.
 
-endmenu # menu "SPI Support"
+endif # menu "SPI Support"