From: Dean Nelson <[email protected]> redhat/configs: disable pre-UVC cameras for RHEL on aarch64
Disabling pre-UVC cameras for RHEL on aarch64 removes support of older cameras, which are unlikely to be found on new aarch64 systems. Signed-off-by: Dean Nelson <[email protected]> diff --git a/redhat/configs/rhel/generic/arm/aarch64/CONFIG_USB_GSPCA b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_USB_GSPCA new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_USB_GSPCA @@ -0,0 +1 @@ +# CONFIG_USB_GSPCA is not set diff --git a/redhat/configs/rhel/generic/arm/aarch64/CONFIG_USB_PWC b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_USB_PWC new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_USB_PWC @@ -0,0 +1 @@ +# CONFIG_USB_PWC is not set diff --git a/redhat/configs/rhel/generic/arm/aarch64/CONFIG_USB_S2255 b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_USB_S2255 new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_USB_S2255 @@ -0,0 +1 @@ +# CONFIG_USB_S2255 is not set -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2604 _______________________________________________ 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, report it: https://pagure.io/fedora-infrastructure/new_issue
