[OS-BUILD PATCHv4 1/4] Enable Speakup accessibility driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: "Justin M. Forbes" <jforbes@xxxxxxxxxxxxxxxxx>

The Speakup accessiblility driver is no longer in staging as of 5.9, and
is a useful accessibility tool. This enables Speakup core, and all of
the synth drivers which do not depend on ISA.  More information can be
found at http://www.linux-speakup.org/

Signed-off-by: Justin M. Forbes <jforbes@xxxxxxxxxxxxxxxxx>
---
 redhat/configs/common/generic/CONFIG_SPEAKUP              | 2 +-
 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_ACNTPC | 1 +
 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_ACNTSA | 1 +
 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_APOLLO | 1 +
 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_AUDPTR | 1 +
 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_BNS    | 1 +
 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DECPC  | 1 +
 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DECTLK | 1 +
 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DTLK   | 1 +
 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DUMMY  | 2 ++
 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_KEYPC  | 1 +
 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_LTLK   | 1 +
 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_SOFT   | 1 +
 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_SPKOUT | 1 +
 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_TXPRT  | 1 +
 15 files changed, 16 insertions(+), 1 deletion(-)
 create mode 100644 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_ACNTPC
 create mode 100644 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_ACNTSA
 create mode 100644 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_APOLLO
 create mode 100644 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_AUDPTR
 create mode 100644 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_BNS
 create mode 100644 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DECPC
 create mode 100644 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DECTLK
 create mode 100644 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DTLK
 create mode 100644 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DUMMY
 create mode 100644 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_KEYPC
 create mode 100644 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_LTLK
 create mode 100644 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_SOFT
 create mode 100644 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_SPKOUT
 create mode 100644 redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_TXPRT

diff --git a/redhat/configs/common/generic/CONFIG_SPEAKUP b/redhat/configs/common/generic/CONFIG_SPEAKUP
index 0f084bb7108d..0cf6a7ebea6f 100644
--- a/redhat/configs/common/generic/CONFIG_SPEAKUP
+++ b/redhat/configs/common/generic/CONFIG_SPEAKUP
@@ -1 +1 @@
-# CONFIG_SPEAKUP is not set
+CONFIG_SPEAKUP=m
diff --git a/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_ACNTPC b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_ACNTPC
new file mode 100644
index 000000000000..34341fd6a6e0
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_ACNTPC
@@ -0,0 +1 @@
+# CONFIG_SPEAKUP_SYNTH_ACNTPC is not set
diff --git a/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_ACNTSA b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_ACNTSA
new file mode 100644
index 000000000000..eaa9a6e60772
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_ACNTSA
@@ -0,0 +1 @@
+CONFIG_SPEAKUP_SYNTH_ACNTSA=m
diff --git a/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_APOLLO b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_APOLLO
new file mode 100644
index 000000000000..fd9b7be6fcb7
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_APOLLO
@@ -0,0 +1 @@
+CONFIG_SPEAKUP_SYNTH_APOLLO=m
diff --git a/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_AUDPTR b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_AUDPTR
new file mode 100644
index 000000000000..db24526135a5
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_AUDPTR
@@ -0,0 +1 @@
+CONFIG_SPEAKUP_SYNTH_AUDPTR=m
diff --git a/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_BNS b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_BNS
new file mode 100644
index 000000000000..6a56291355b7
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_BNS
@@ -0,0 +1 @@
+CONFIG_SPEAKUP_SYNTH_BNS=m
diff --git a/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DECPC b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DECPC
new file mode 100644
index 000000000000..2db798e74f8b
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DECPC
@@ -0,0 +1 @@
+# CONFIG_SPEAKUP_SYNTH_DECPC is not set
diff --git a/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DECTLK b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DECTLK
new file mode 100644
index 000000000000..074b7cceec35
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DECTLK
@@ -0,0 +1 @@
+CONFIG_SPEAKUP_SYNTH_DECTLK=m
diff --git a/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DTLK b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DTLK
new file mode 100644
index 000000000000..f12ca0eb3436
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DTLK
@@ -0,0 +1 @@
+# CONFIG_SPEAKUP_SYNTH_DTLK is not set
diff --git a/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DUMMY b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DUMMY
new file mode 100644
index 000000000000..fc91de6e3981
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_DUMMY
@@ -0,0 +1,2 @@
+# CONFIG_SPEAKUP_SYNTH_DUMMY is not set
+
diff --git a/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_KEYPC b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_KEYPC
new file mode 100644
index 000000000000..59b5877b0724
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_KEYPC
@@ -0,0 +1 @@
+# CONFIG_SPEAKUP_SYNTH_KEYPC is not set
diff --git a/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_LTLK b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_LTLK
new file mode 100644
index 000000000000..5955030abc66
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_LTLK
@@ -0,0 +1 @@
+CONFIG_SPEAKUP_SYNTH_LTLK=m
diff --git a/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_SOFT b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_SOFT
new file mode 100644
index 000000000000..4c3412f7cb59
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_SOFT
@@ -0,0 +1 @@
+CONFIG_SPEAKUP_SYNTH_SOFT=m
diff --git a/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_SPKOUT b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_SPKOUT
new file mode 100644
index 000000000000..d47821638d39
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_SPKOUT
@@ -0,0 +1 @@
+CONFIG_SPEAKUP_SYNTH_SPKOUT=m
diff --git a/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_TXPRT b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_TXPRT
new file mode 100644
index 000000000000..07189c142315
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SPEAKUP_SYNTH_TXPRT
@@ -0,0 +1 @@
+CONFIG_SPEAKUP_SYNTH_TXPRT=m
-- 
GitLab
_______________________________________________
kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora General Discussion]     [Older Fedora Users Archive]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [USB]     [Asterisk PBX]

  Powered by Linux