all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: hunter.t.joz@gmail.com
To: 58410@debbugs.gnu.org
Cc: Hunter Jozwiak <hunter.t.joz@gmail.com>
Subject: [bug#58410] [PATCH] gnu: linux-libre: enable accessibility features for kernels.
Date: Mon, 10 Oct 2022 07:02:18 -0400	[thread overview]
Message-ID: <CAJ1hvUFuRmwOnYA2aLwuKv5VPM0zHMUgba6uZgJhtmz-nu8teQ@mail.gmail.com> (raw)

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




             reply	other threads:[~2022-10-10 11:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-10 11:02 hunter.t.joz [this message]
2022-10-14 16:45 ` bug#58410: [PATCH] gnu: linux-libre: enable accessibility features for kernels Tobias Geerinckx-Rice via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJ1hvUFuRmwOnYA2aLwuKv5VPM0zHMUgba6uZgJhtmz-nu8teQ@mail.gmail.com \
    --to=hunter.t.joz@gmail.com \
    --cc=58410@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.