From: John Linville linville@redhat.com
redhat: configs: move CONFIG_ACCESSIBILITY from fedora to common
Also add an "is not set" entry for CONFIG_A11Y_BRAILLE_CONSOLE under ark, since we are not enabling that at this time.
Signed-off-by: John W. Linville linville@redhat.com
diff --git a/redhat/configs/ark/generic/CONFIG_A11Y_BRAILLE_CONSOLE b/redhat/configs/ark/generic/CONFIG_A11Y_BRAILLE_CONSOLE new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/ark/generic/CONFIG_A11Y_BRAILLE_CONSOLE @@ -0,0 +1 @@ +# CONFIG_A11Y_BRAILLE_CONSOLE is not set diff --git a/redhat/configs/fedora/generic/CONFIG_ACCESSIBILITY b/redhat/configs/common/generic/CONFIG_ACCESSIBILITY rename from redhat/configs/fedora/generic/CONFIG_ACCESSIBILITY rename to redhat/configs/common/generic/CONFIG_ACCESSIBILITY index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/CONFIG_ACCESSIBILITY +++ b/redhat/configs/common/generic/CONFIG_ACCESSIBILITY diff --git a/redhat/configs/ark/generic/CONFIG_ACCESSIBILITY b/redhat/configs/common/generic/s390x/CONFIG_ACCESSIBILITY rename from redhat/configs/ark/generic/CONFIG_ACCESSIBILITY rename to redhat/configs/common/generic/s390x/CONFIG_ACCESSIBILITY index blahblah..blahblah 100644 --- a/redhat/configs/ark/generic/CONFIG_ACCESSIBILITY +++ b/redhat/configs/common/generic/s390x/CONFIG_ACCESSIBILITY diff --git a/redhat/configs/fedora/generic/s390x/CONFIG_ACCESSIBILITY b/redhat/configs/fedora/generic/s390x/CONFIG_ACCESSIBILITY deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/s390x/CONFIG_ACCESSIBILITY +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_ACCESSIBILITY is not set
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1448
From: John W. Linville on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1448#note_7201236...
Note -- I pulled the latest and reimplemented the changes on top, so the diff between version 1 and version 2 looks bigger than the actual set of changes in the MR. Also, I used 'git mv' to move the fedora stuff to common -- hopefully that is not too confusing!
kernel@lists.fedoraproject.org