commit | 6fa612b56c575a5235568593eab4240c90608630 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Mon May 11 15:49:12 2009 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Thu May 21 15:56:04 2009 +0200 |
tree | 288ff82b2dd6a6c278785ff34e52bc7bf348d284 | |
parent | 873a2e89c5e32a5c72a9ece76fcb871358ae22d2 [diff] [blame] |
microblaze: Kconfig: Enable drivers for Microblaze Signed-off-by: Michal Simek <monstr@monstr.eu>
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 83a185d..9574947 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig
@@ -212,7 +212,7 @@ config SPI_XILINX tristate "Xilinx SPI controller" - depends on XILINX_VIRTEX && EXPERIMENTAL + depends on (XILINX_VIRTEX || MICROBLAZE) && EXPERIMENTAL select SPI_BITBANG help This exposes the SPI controller IP from the Xilinx EDK.