From: Peter Robinson <[email protected]> cleanup: move OF_PMEM to common/generic
It's enabled in all of RHEL and most of Fedora so move it to generic/common so it's consistent. Signed-off-by: Peter Robinson <[email protected]> diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_OF_PMEM b/redhat/configs/common/generic/CONFIG_OF_PMEM rename from redhat/configs/fedora/generic/arm/aarch64/CONFIG_OF_PMEM rename to redhat/configs/common/generic/CONFIG_OF_PMEM index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_OF_PMEM +++ b/redhat/configs/common/generic/CONFIG_OF_PMEM diff --git a/redhat/configs/fedora/generic/powerpc/CONFIG_OF_PMEM b/redhat/configs/fedora/generic/powerpc/CONFIG_OF_PMEM deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/powerpc/CONFIG_OF_PMEM +++ /dev/null @@ -1 +0,0 @@ -CONFIG_OF_PMEM=m diff --git a/redhat/configs/fedora/generic/riscv/riscv64/CONFIG_OF_PMEM b/redhat/configs/fedora/generic/riscv/riscv64/CONFIG_OF_PMEM deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/riscv/riscv64/CONFIG_OF_PMEM +++ /dev/null @@ -1 +0,0 @@ -CONFIG_OF_PMEM=m diff --git a/redhat/configs/rhel/generic/CONFIG_OF_PMEM b/redhat/configs/rhel/generic/CONFIG_OF_PMEM deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/rhel/generic/CONFIG_OF_PMEM +++ /dev/null @@ -1 +0,0 @@ -CONFIG_OF_PMEM=m -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3579 -- _______________________________________________ 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
