From 7c305879664ee23d7e27f192b6054c61e699f382 Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Sat, 27 Jun 2015 22:35:14 +0530 Subject: [PATCH] spi: Add Kconfig menu entry Added Kconfig menu ... endmenu enties for spi support. Signed-off-by: Jagan Teki --- drivers/spi/Kconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index b3ba2b78ad..895981efec 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -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" -- 2.39.2