From: Jagan Teki Date: Sat, 27 Jun 2015 17:05:14 +0000 (+0530) Subject: spi: Add Kconfig menu entry X-Git-Tag: v2015.07~30^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de8230535b892d8dee768e40e91a4595d6585155;p=platform%2Fkernel%2Fu-boot.git spi: Add Kconfig menu entry Added Kconfig menu ... endmenu enties for spi support. Signed-off-by: Jagan Teki --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index fbff707..913951f 100644 --- a/drivers/spi/Kconfig +++ b/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"