projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ca8d15
)
spi/dw_spi: Fix dw_spi_mmio to depend on HAVE_CLK
author
Jean-Hugues Deschenes
<
[email protected]
>
Fri, 22 Jan 2010 17:08:31 +0000
(10:08 -0700)
committer
Grant Likely
<
[email protected]
>
Fri, 22 Jan 2010 17:08:31 +0000
(10:08 -0700)
dw_spi_mmio is dependent on the clock framework. This marks it as such
in Kconfig.
Signed-off-by: Jean-Hugues Deschenes <
[email protected]
>
Signed-off-by: Grant Likely <
[email protected]
>
drivers/spi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index 1d1e39686c389193a401f60c342628c602c08715..0fee95cd9a49dde3ae57af9911204cbc71b8baa2 100644
(file)
--- a/
drivers/spi/Kconfig
+++ b/
drivers/spi/Kconfig
@@
-336,7
+336,7
@@
config SPI_DW_PCI
config SPI_DW_MMIO
tristate "Memory-mapped io interface driver for DW SPI core"
- depends on SPI_DESIGNWARE
+ depends on SPI_DESIGNWARE
&& HAVE_CLK
#
# There are lots of SPI device types, with sensors and memory