From: Marek Vasut Date: Wed, 4 Mar 2015 22:12:45 +0000 (+0100) Subject: spi: Add Designware SPI controller Kconfig entry X-Git-Tag: v2015.07-rc1~61^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67d7a9d6433d5244be0a32e78c157687ba2236d1;p=platform%2Fkernel%2Fu-boot.git spi: Add Designware SPI controller Kconfig entry Add DWC SPI controller Kconfig entry. Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: Dinh Nguyen Cc: Jagannadha Sutradharudu Teki Acked-by: Pavel Machek Acked-by: Simon Glass Acked-by: Stefan Roese Cc: Tom Rini Cc: Vince Bridgers --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index c4c112c..feb3725 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -35,3 +35,11 @@ config SANDBOX_SPI sandbox,filename = "spi.bin"; }; }; + +config DESIGNWARE_SPI + bool "Designware SPI driver" + depends on DM_SPI + help + Enable the Designware SPI driver. This driver can be used to + access the SPI NOR flash on platforms embedding this Designware + IP core.