From: Frank Ramsay framsay@redhat.com
all: Changing CONFIG_UV_SYSFS to build uv_sysfs.ko as a loadable module.
There is no advantage to this being a built-in; and the vendor prefers it being a loadable module.
signed-off-by: Frank Ramsay framsay@redhat.com
diff --git a/redhat/configs/common/generic/CONFIG_UV_SYSFS b/redhat/configs/common/generic/CONFIG_UV_SYSFS index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/CONFIG_UV_SYSFS +++ b/redhat/configs/common/generic/CONFIG_UV_SYSFS @@ -1 +1 @@ -CONFIG_UV_SYSFS=y +CONFIG_UV_SYSFS=m
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1165