dma-buf: Rename CONFIG_DMABUF_DEBUG_ADVANCED to CONFIG_RK_DMABUF_DEBUG_ADVANCED

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I7752359d34e1fb579471d915c2e2039229a2defc
This commit is contained in:
Tao Huang
2023-02-09 11:27:47 +08:00
parent 4f0ec7c431
commit 50ae3938ef
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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);