dma-buf: DMABUF_SYSFS_STATS should depend on DMA_SHARED_BUFFER
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 2 Sep 2021 12:49:13 +0000 (14:49 +0200)
committerSumit Semwal <sumit.semwal@linaro.org>
Tue, 7 Sep 2021 07:12:21 +0000 (12:42 +0530)
commit87fd9ef47597b2fcee3264eb5f288410b9f376d5
tree7799114fcad7068bd2f6c2bb096f9f1e72774c6e
parentcca62758ebdd71fcfb6d589d6487a7f26398d50d
dma-buf: DMABUF_SYSFS_STATS should depend on DMA_SHARED_BUFFER

DMA-BUF sysfs statistics are an option of DMA-BUF.  It does not make
much sense to bother the user with a question about DMA-BUF sysfs
statistics if DMA-BUF itself is not enabled.  Worse, enabling the
statistics enables the feature.

Fixes: bdb8d06dfefd666d ("dmabuf: Add the capability to expose DMA-BUF stats in sysfs")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210902124913.2698760-4-geert@linux-m68k.org
drivers/dma-buf/Kconfig