From: Ming Lei ming.lei@redhat.com
redhat/configs: disable two partition configs
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1802694
Disable the following two configs:
CONFIG_AMIGA_PARTITION=y - it's for the old Amiga home computers CONFIG_KARMA_PARTITION=y - it's for the Rio Karma MP3 player
both won't match rhel/fedora use case and we can't test them too, so disable them.
Signed-off-by: Ming Lei ming.lei@redhat.com
diff --git a/redhat/configs/common/generic/CONFIG_AMIGA_PARTITION b/redhat/configs/common/generic/CONFIG_AMIGA_PARTITION index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/CONFIG_AMIGA_PARTITION +++ b/redhat/configs/common/generic/CONFIG_AMIGA_PARTITION @@ -1 +1 @@ -CONFIG_AMIGA_PARTITION=y +# CONFIG_AMIGA_PARTITION is not set diff --git a/redhat/configs/common/generic/CONFIG_KARMA_PARTITION b/redhat/configs/common/generic/CONFIG_KARMA_PARTITION index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/CONFIG_KARMA_PARTITION +++ b/redhat/configs/common/generic/CONFIG_KARMA_PARTITION @@ -1 +1 @@ -CONFIG_KARMA_PARTITION=y +# CONFIG_KARMA_PARTITION is not set
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1244
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1244#note_6226890...
Acked-by: Justin M. Forbes jforbes@fedoraproject.org (via approve button)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1244#note_6240218...
@jmoyer1 @vgoyal can you guys give this a review? Thanks.
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1244#note_6240563...
I think we should go with Prarit's MR 1253 here, simply because it cleans up the other references.
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1244#note_6240640...
Sure, alright.
kernel@lists.fedoraproject.org