From: John Linville linville@redhat.com
redhat: configs: add CONFIG_ACCESSIBILITY and related items
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/ark/generic/CONFIG_ACCESSIBILITY b/redhat/configs/ark/generic/CONFIG_ACCESSIBILITY index blahblah..blahblah 100644 --- a/redhat/configs/ark/generic/CONFIG_ACCESSIBILITY +++ b/redhat/configs/ark/generic/CONFIG_ACCESSIBILITY @@ -1 +1 @@ -# CONFIG_ACCESSIBILITY is not set +CONFIG_ACCESSIBILITY=y diff --git a/redhat/configs/ark/generic/s390x/CONFIG_ACCESSIBILITY b/redhat/configs/ark/generic/s390x/CONFIG_ACCESSIBILITY new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/ark/generic/s390x/CONFIG_ACCESSIBILITY @@ -0,0 +1 @@ +# CONFIG_ACCESSIBILITY is not set
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1448
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1448#note_7191172...
Fedora basically already enables these in essentially the same manner so the options should be moved from fedora -> common rather than duplicating them in ark.
From: John W. Linville on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1448#note_7200204...
Ah, indeed -- didn't put notice that...
kernel@lists.fedoraproject.org