Skip to content

Flip DIMLIB from built-in to module for RHEL

Justin M. Forbes requested to merge jmflinuxtx/kernel-ark:DIMLIB into os-build

Upstream commit 0d5044b4 changed CONFIG_DIMLIB from bool to tristate. As it is selected by a few modules we build, this created a config mismatch because Kconfig wants it to be a module now.

Signed-off-by: Justin M. Forbes jforbes@fedoraproject.org

Merge request reports