summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-02-03 20:11:53 +0100
committerChristoph Hellwig <hch@lst.de>2019-02-13 19:18:15 +0100
commitd0377392201b4cab670dafd092b17164f49d8b8e (patch)
treecd32e0592a3035bae01364f167ff97860f492836 /kernel
parentdc2acded38957dfa6b7b7e0203b4b8cb8d818ce6 (diff)
mfd/sm501: depend on HAS_DMA
Currently the sm501 mfd driver can be compiled without any dependencies, but through the use of dma_declare_coherent it really depends on having DMA and iomem support. Normally we don't explicitly require DMA support as we have stubs for it if on UML, but in this case the driver selects support for dma_declare_coherent and thus also requires memmap support. Guard this by an explicit dependency. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions