]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/spi/Kconfig
karo: cleanup after merge of v2015.10-rc2
[karo-tx-uboot.git] / drivers / spi / Kconfig
index 39b4753c660437ea40669d072b41010d2eddfb22..935f85cdf849a6d08a4d60d552efd7e12ccce2d4 100644 (file)
@@ -1,7 +1,7 @@
-menu "SPI Support"
+menuconfig SPI
+       bool "SPI support"
 
-config SPI
-       bool "Enable SPI support"
+if SPI
 
 config DM_SPI
        bool "Enable Driver Model for SPI drivers"
@@ -141,4 +141,4 @@ config TI_QSPI
          Enable the TI Quad-SPI (QSPI) driver for DRA7xx and AM43xx evms.
          This driver support spi flash single, quad and memory reads.
 
-endmenu # menu "SPI Support"
+endif