Skip to content

Commit 07e28b1

Browse files
jayxurockchiprkhuangtao
authored andcommitted
drm/rockchip: select DEBUG_FS for ROCKCHIP_DRM_DEBUG
ROCKCHIP_DRM_DEBUG will call API from debugfs, need to select DEBUG_FS. Change-Id: I06a7c7c2ce9179796e551727fdd2e08313bfe6ff Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
1 parent b24c623 commit 07e28b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/rockchip/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ config DRM_ROCKCHIP
1818

1919
config ROCKCHIP_DRM_DEBUG
2020
tristate "Rockchip DRM debug"
21-
depends on DRM_ROCKCHIP
21+
depends on DRM_ROCKCHIP && DEBUG_FS
2222
help
2323
This option add a debug nod to dump buf from application.
2424
dump path: /data/vop_buf

0 commit comments

Comments
 (0)