From: pbrobinson on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2505 NOTE: Truncated patchset due to missing public @redhat.com email address on your GitLab profile at https://gitlab.com/-/profile. Once that is fixed, close and reopen the merge request to retrigger sending the emails.
RHEL, and all Fedora except x86 already disables PCMCIA, all these options are actually wrapped in the PCCARD option and that is still enabled so disable that too so it gets all options. Signed-off-by: Peter Robinson <[email protected]> --- redhat/configs/rhel/generic/CONFIG_CARDBUS => redhat/configs/common/generic/CONFIG_CARDBUS | 0 redhat/configs/common/generic/CONFIG_PCCARD | 2 +- redhat/configs/common/generic/CONFIG_PCMCIA | 1 - redhat/configs/common/generic/CONFIG_USB_FTDI_ELAN | 1 - redhat/configs/common/generic/CONFIG_USB_U132_HCD | 1 - redhat/configs/rhel/generic/CONFIG_YENTA => redhat/configs/common/generic/CONFIG_YENTA | 0 redhat/configs/fedora/generic/CONFIG_CARDBUS => redhat/configs/fedora/generic/x86/CONFIG_CARDBUS | 0 redhat/configs/fedora/generic/CONFIG_I82092 => redhat/configs/fedora/generic/x86/CONFIG_I82092 | 0 redhat/configs/fedora/generic/CONFIG_IPWIRELESS => redhat/configs/fedora/generic/x86/CONFIG_IPWIRELESS | 0 redhat/configs/fedora/generic/x86/CONFIG_PCCARD | 1 + redhat/configs/fedora/generic/CONFIG_PCMCIA_XIRCOM => redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_XIRCOM | 0 redhat/configs/fedora/generic/CONFIG_PD6729 => redhat/configs/fedora/generic/x86/CONFIG_PD6729 | 0 redhat/configs/common/generic/CONFIG_SND_PCMCIA => redhat/configs/fedora/generic/x86/CONFIG_SND_PCMCIA | 0 redhat/configs/fedora/generic/CONFIG_YENTA => redhat/configs/fedora/generic/x86/CONFIG_YENTA | 0 redhat/configs/fedora/generic/CONFIG_CARDMAN_4000 | 1 - redhat/configs/fedora/generic/CONFIG_CARDMAN_4040 | 1 - redhat/configs/fedora/generic/CONFIG_SYNCLINK_CS | 1 - 17 files changed, 2 insertions(+), 7 deletions(-) _______________________________________________ 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
