diff --git a/drivers/dma-buf/Kconfig b/drivers/dma-buf/Kconfig index 0a173b70149b..f46fe574bb1e 100644 --- a/drivers/dma-buf/Kconfig +++ b/drivers/dma-buf/Kconfig @@ -17,8 +17,8 @@ config RK_DMABUF_DEBUG This option support to debug all the dmabuf on db_list, allows to set a name for dmabuf. If not sure, say N -config DMABUF_DEBUG_ADVANCED - bool "DMABUF debug advanced option" +config RK_DMABUF_DEBUG_ADVANCED + bool "Rockchip DMABUF debug advanced option" depends on RK_DMABUF_DEBUG help This option support to debug all the dmabuf on db_list, allows to attach diff --git a/drivers/soc/rockchip/rk_dmabuf_procfs.c b/drivers/soc/rockchip/rk_dmabuf_procfs.c index a4d4273a1d3c..943b196e2b9c 100644 --- a/drivers/soc/rockchip/rk_dmabuf_procfs.c +++ b/drivers/soc/rockchip/rk_dmabuf_procfs.c @@ -79,7 +79,7 @@ static void rk_dmabuf_dump_sgt(const struct dma_buf *dmabuf, void *private) return; } /* Try to attach and map the dmabufs without sgt. */ - if (IS_ENABLED(CONFIG_DMABUF_DEBUG_ADVANCED)) { + if (IS_ENABLED(CONFIG_RK_DMABUF_DEBUG_ADVANCED)) { struct dma_buf *dbuf = (struct dma_buf *)dmabuf; get_dma_buf(dbuf);