浏览代码

spi: Add Kconfig menu entry

Added Kconfig menu ... endmenu enties for spi support.

Signed-off-by: Jagan Teki <jteki@openedev.com>
Jagan Teki 10 年之前
父节点
当前提交
de8230535b
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      drivers/spi/Kconfig

+ 4 - 0
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"