mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-08 12:24:53 -05:00
habanalabs: no need for DMA_SHARED_BUFFER
Now that the driver no longer uses dma_buf, we can remove the select of DMA_SHARED_BUFFER from kconfig. Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
This commit is contained in:
@@ -7,7 +7,6 @@ config HABANA_AI
|
||||
tristate "HabanaAI accelerators (habanalabs)"
|
||||
depends on PCI && HAS_IOMEM
|
||||
select FRAME_VECTOR
|
||||
select DMA_SHARED_BUFFER
|
||||
select GENERIC_ALLOCATOR
|
||||
select HWMON
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user