From: Jeremy Linton <[email protected]> [redhat] configs: Fix Layerscape regression
CONFIG_NXP now hides the NXP devices, which in the case of the LX2k series is a tested fedora platform. Without enabling CONFIG_NXP these platforms stop working because the lack of CONFIG_LAYERSCAPE disables their drivers. Cc: Mark Salter <[email protected]> Cc: Mark Langsdorf <[email protected]> Cc: Fedora Kernel Team <[email protected]> Signed-off-by: Jeremy Linton <[email protected]> diff --git a/redhat/configs/pending-fedora/generic/CONFIG_ARCH_NXP b/redhat/configs/pending-fedora/generic/CONFIG_ARCH_NXP index blahblah..blahblah 100644 --- a/redhat/configs/pending-fedora/generic/CONFIG_ARCH_NXP +++ b/redhat/configs/pending-fedora/generic/CONFIG_ARCH_NXP @@ -8,4 +8,4 @@ # # # -# CONFIG_ARCH_NXP is not set +CONFIG_ARCH_NXP=y -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2129 _______________________________________________ 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
