From: Aristeu Rozanski <[email protected]> UIO: disable unused config options
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1957819 Tested: locally with dist-rhel-configs Upstream Status: RHEL only This patch disables unused UIO config options. See https://bugzilla.redhat.com/show_bug.cgi?id=1957819#c0 for more details Signed-off-by: Aristeu Rozanski <[email protected]> diff a/redhat/configs/ark/generic/CONFIG_UIO_AEC b/redhat/configs/ark/generic/CONFIG_UIO_AEC --- /dev/null +++ b/redhat/configs/ark/generic/CONFIG_UIO_AEC @@ -0,0 +1 @@ +# CONFIG_UIO_AEC is not set diff a/redhat/configs/ark/generic/CONFIG_UIO_CIF b/redhat/configs/ark/generic/CONFIG_UIO_CIF --- /dev/null +++ b/redhat/configs/ark/generic/CONFIG_UIO_CIF @@ -0,0 +1 @@ +# CONFIG_UIO_CIF is not set diff a/redhat/configs/ark/generic/CONFIG_UIO_PDRV_GENIRQ b/redhat/configs/ark/generic/CONFIG_UIO_PDRV_GENIRQ --- a/redhat/configs/ark/generic/CONFIG_UIO_PDRV_GENIRQ +++ b/redhat/configs/ark/generic/CONFIG_UIO_PDRV_GENIRQ @@ -1 +1 @@ -CONFIG_UIO_PDRV_GENIRQ=m +# CONFIG_UIO_PDRV_GENIRQ is not set diff a/redhat/configs/ark/generic/CONFIG_UIO_SERCOS3 b/redhat/configs/ark/generic/CONFIG_UIO_SERCOS3 --- /dev/null +++ b/redhat/configs/ark/generic/CONFIG_UIO_SERCOS3 @@ -0,0 +1 @@ +# CONFIG_UIO_SERCOS3 is not set -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1116 _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
