all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#58410] [PATCH] gnu: linux-libre: enable accessibility features for kernels.
@ 2022-10-10 11:02 hunter.t.joz
  2022-10-14 16:45 ` bug#58410: " Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: hunter.t.joz @ 2022-10-10 11:02 UTC (permalink / raw)
  To: 58410; +Cc: Hunter Jozwiak

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(-)

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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58410: [PATCH] gnu: linux-libre: enable accessibility features for kernels.
  2022-10-10 11:02 [bug#58410] [PATCH] gnu: linux-libre: enable accessibility features for kernels hunter.t.joz
@ 2022-10-14 16:45 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2022-10-14 16:45 UTC (permalink / raw)
  To: hunter.t.joz; +Cc: 58410-done

[-- Attachment #1: Type: text/plain, Size: 292 bytes --]

Hi Hunter,

hunter.t.joz@gmail.com 写道:
> * 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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-14 16:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-10 11:02 [bug#58410] [PATCH] gnu: linux-libre: enable accessibility features for kernels hunter.t.joz
2022-10-14 16:45 ` bug#58410: " Tobias Geerinckx-Rice via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.