[PATCH] gnu: linux-libre: enable accessibility features for kernels.

  • Done
  • quality assurance status badge
Details
2 participants
  • hunter.t.joz
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
hunter.t.joz
Severity
normal
H
H
hunter.t.joz wrote on 10 Oct 2022 13:02
(address . guix-patches@gnu.org)(name . Hunter Jozwiak)(address . hunter.t.joz@gmail.com)
CAJ1hvUFuRmwOnYA2aLwuKv5VPM0zHMUgba6uZgJhtmz-nu8teQ@mail.gmail.com
From: Hunter Jozwiak <hunter.t.joz@gmail.com>

* gnu/packages/linux.scm (%default-extra-linux-options): add config options
for speakup and Braille console by default.
---
gnu/packages/linux.scm | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3972675a8d..eab6564f09 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -65,6 +65,7 @@
;;; Copyright © 2022 Rene Saavedra <nanuui@protonmail.com>
;;; Copyright © 2022 muradm <mail@muradm.net>
;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
+;;; Copyright © 2022 Hunter Jozwiak <hunter.t.joz@gmail.com>

;;;
;;; This file is part of GNU Guix.
@@ -710,7 +711,14 @@ (define %default-extra-linux-options
("CONFIG_VIRTIO_MMIO" . m)
("CONFIG_FUSE_FS" . m)
("CONFIG_CIFS" . m)
- ("CONFIG_9P_FS" . m)))
+ ("CONFIG_9P_FS" . m)
+ ;; Accessibility support
+ ("CONFIG_ACCESSIBILITY" . #t)
+ ; Braille console support
+ ("CONFIG_A11Y_BRAILLE_CONSOLE" . #t)
+ ; Speakup
+ ("CONFIG_SPEAKUP" . m)
+ ("CONFIG_SPEAKUP_SYNTH_SOFT" . m)))

;; See https://github.com/iovisor/bcc/blob/master/INSTALL.md#kernel-configuration
(define %bpf-extra-linux-options
--
2.38.0
T
T
Tobias Geerinckx-Rice wrote on 14 Oct 2022 18:45
(address . hunter.t.joz@gmail.com)(address . 58410-done@debbugs.gnu.org)
8735bq2vpk.fsf@nckx
Hi Hunter,

hunter.t.joz@gmail.com ???
Toggle quote (4 lines)
> * gnu/packages/linux.scm (%default-extra-linux-options): add
> config options
> for speakup and Braille console by default.

Thanks! Pushed with some minor edits as
a86979b41a49a8fcdaa887970ba594dbba701226.

Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCY0mT+A0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW1590UA/3xnvdTq8kpH8LxCba0ERONPorj+x2NePqO6D7B7
lBUvAQCoHPpbJxE1NAd1XXLMhW48SzP1POyY4MuTjy7nVcsQAw==
=4OYU
-----END PGP SIGNATURE-----

Closed
?