From: Al Stone <[email protected]> [redhat] Enable Simple Frame Buffer support
Enable the sysfb simple frame buffer. v3: -- simplify properly, and enable this in general, not just for aarch64 v2: -- fix typo (CONFIG_SYSFB_SIMPLEFB, not CONFIG_SYSFB_SIMPLE) -- simplify fedora and common config usage, enabling for aarch64 only Signed-off-by: Al Stone <[email protected]> diff --git a/redhat/configs/common/generic/CONFIG_SYSFB_SIMPLEFB b/redhat/configs/common/generic/CONFIG_SYSFB_SIMPLEFB index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/CONFIG_SYSFB_SIMPLEFB +++ b/redhat/configs/common/generic/CONFIG_SYSFB_SIMPLEFB @@ -1 +1 @@ -# CONFIG_SYSFB_SIMPLEFB is not set +CONFIG_SYSFB_SIMPLEFB=y diff --git a/redhat/configs/fedora/generic/CONFIG_SYSFB_SIMPLEFB b/redhat/configs/fedora/generic/CONFIG_SYSFB_SIMPLEFB deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/CONFIG_SYSFB_SIMPLEFB +++ /dev/null @@ -1 +0,0 @@ -CONFIG_SYSFB_SIMPLEFB=y -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1978 _______________________________________________ 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
