From: Peter Robinson <[email protected]> fedora: aarch64: Stop overriding CONFIG_MMC defaults
Going back a long time we used to build in MMC for arm, we stopped this for block some time ago but somehow the base MMC was missed, move to the defaults as it should be. Signed-off-by: Peter Robinson <[email protected]> diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_MMC b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_MMC deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_MMC +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MMC=y diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_PWRSEQ_EMMC b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_PWRSEQ_EMMC deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_PWRSEQ_EMMC +++ /dev/null @@ -1 +0,0 @@ -CONFIG_PWRSEQ_EMMC=y diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_PWRSEQ_SIMPLE b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_PWRSEQ_SIMPLE deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_PWRSEQ_SIMPLE +++ /dev/null @@ -1 +0,0 @@ -CONFIG_PWRSEQ_SIMPLE=y -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3423 -- _______________________________________________ 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
