]> asedeno.scripts.mit.edu Git - linux.git/commit
habanalabs: driver's Kconfig must select DMA_SHARED_BUFFER
authorOded Gabbay <oded.gabbay@gmail.com>
Fri, 22 Feb 2019 19:29:59 +0000 (21:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Feb 2019 09:18:13 +0000 (10:18 +0100)
commit8737d037209fe97a98863047cc2789b38c3d3681
tree8ecaa0bffdc22d5871d13fe7a155d1039de8d42d
parenta507fbb975c448bf3c15bba31fe8dd870f164da6
habanalabs: driver's Kconfig must select DMA_SHARED_BUFFER

The driver uses the DMA_BUF module which is built only if
DMA_SHARED_BUFFER is selected. DMA_SHARED_BUFFER doesn't have any
dependencies so it is ok to select it (as done by many other components).

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/habanalabs/Kconfig