summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2015-03-04 23:12:45 +0100
committerMarek Vasut <[email protected]>2015-04-21 12:23:36 +0200
commit67d7a9d6433d5244be0a32e78c157687ba2236d1 (patch)
tree8804952f72b8085613063a34a5724a1dabeaecd1 /drivers
parent8b73dda86b5ce3c1f67385e812d79785f95157f1 (diff)
spi: Add Designware SPI controller Kconfig entry
Add DWC SPI controller Kconfig entry. Signed-off-by: Marek Vasut <[email protected]> Cc: Chin Liang See <[email protected]> Cc: Dinh Nguyen <[email protected]> Cc: Jagannadha Sutradharudu Teki <[email protected]> Acked-by: Pavel Machek <[email protected]> Acked-by: Simon Glass <[email protected]> Acked-by: Stefan Roese <[email protected]> Cc: Tom Rini <[email protected]> Cc: Vince Bridgers <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/spi/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index c4c112c5aec..feb3725d13a 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.