File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -345,6 +345,8 @@ def _distro_adjustments(self):
345
345
('DRIVER_PE_KUNIT_TEST' , 'drivers/base/test/Kconfig' ),
346
346
# CONFIG_DRM_GEM_{CMA,SHMEM}_HELPER as modules is invalid before https://git.kernel.org/linus/4b2b5e142ff499a2bef2b8db0272bbda1088a3fe
347
347
* [(f"DRM_GEM_{ val } _HELPER" , 'drivers/gpu/drm/Kconfig' ) for val in ('CMA' , 'SHMEM' )],
348
+ # CONFIG_FB_BACKLIGHT as a module is invalid after https://git.kernel.org/linus/8fc38062be3f692ff8816da84fde71972530bcc4
349
+ ('FB_BACKLIGHT' , 'drivers/video/fbdev/core/Kconfig' ),
348
350
# CONFIG_FSCACHE as a module is invalid after https://git.kernel.org/next/linux-next/c/9896c4f367fcc44213d15fe7210e9305df8063f2
349
351
# While the new configuration location is fs/netfs/Kconfig, we
350
352
# check for whether or not FSCACHE can be a module in
You can’t perform that action at this time.
0 commit comments