]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915: replace select with dependency for visible DEBUG_OBJECTS
authorJulian Braha <julianbraha@gmail.com>
Sat, 2 May 2026 19:19:32 +0000 (20:19 +0100)
committerJani Nikula <jani.nikula@intel.com>
Tue, 5 May 2026 13:39:55 +0000 (16:39 +0300)
commit025f89b01ed8d5e65d87ed54f231e10c6ac08188
tree0ae0fea473ca43fab74800461e605a2a64ba2c8a
parentec8ed54295b7abe431dce248bdcea1bda6c23219
drm/i915: replace select with dependency for visible DEBUG_OBJECTS

DRM_I915_SW_FENCE_DEBUG_OBJECTS currently selects DEBUG_OBJECTS even though
DEBUG_OBJECTS is visible to users. Other config options use 'depends on'
for DEBUG_OBJECTS, so let's do the same here.

This select-visible Kconfig misusage was detected by Kconfirm, a static
analysis tool for Kconfig.

Signed-off-by: Julian Braha <julianbraha@gmail.com>
Link: https://patch.msgid.link/20260502191932.4491-1-julianbraha@gmail.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/Kconfig.debug