diff options
author | Jean-Hugues Deschenes <jean-hugues.deschenes@octasic.com> | 2010-01-21 11:55:54 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-01-21 11:55:54 -0500 |
commit | 8ca8d15ade201b7723fa386eadcce2044463ff56 (patch) | |
tree | a40c6b6b8aa97eea8538dbfc9e8cbd97ed47315b /drivers | |
parent | 0a4c1d7d446d3ed6179f907541d180e49b56d4f4 (diff) |
spi/dw_spi: Allow dw_spi.c to be a module
Signed-off-by: Jean-Hugues Deschenes <jean-hugues.deschenes@octasic.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 201746ad825c..1d1e39686c38 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -325,7 +325,7 @@ config SPI_NUC900 | |||
325 | # | 325 | # |
326 | 326 | ||
327 | config SPI_DESIGNWARE | 327 | config SPI_DESIGNWARE |
328 | bool "DesignWare SPI controller core support" | 328 | tristate "DesignWare SPI controller core support" |
329 | depends on SPI_MASTER | 329 | depends on SPI_MASTER |
330 | help | 330 | help |
331 | general driver for SPI controller core from DesignWare | 331 | general driver for SPI controller core from DesignWare |