kconfigcheck: add accessibility category
Enables the basic kernel interfaces for the kernel braille and speakup support. Signed-off-by: Aster Boese <asterboese@mailbox.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7429>
This commit is contained in:
parent
5fd2a894fe
commit
029b539827
1 changed files with 17 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
# much effort. Device maintainers may fix it up afterwards and add it back.
|
||||
community = [
|
||||
"category:default",
|
||||
"category:accessibility",
|
||||
"category:community_various",
|
||||
"category:containers",
|
||||
"category:debug",
|
||||
|
|
@ -150,6 +151,22 @@ NFS_V4_1 = "y"
|
|||
["category:netmount".">=0.0.0"."aarch64"]
|
||||
CRYPTO_AES_ARM64_CE_BLK = "y"
|
||||
|
||||
# accessibility: kernel interfaces and accessibility device drivers
|
||||
["category:accessibility".">=0.0.0"."all"]
|
||||
ACCESSIBILITY = "y"
|
||||
A11Y_BRAILLE_CONSOLE = "y"
|
||||
SPEAKUP = "m"
|
||||
SPEAKUP_SYNTH_ACNTSA = "m"
|
||||
SPEAKUP_SYNTH_APOLLO = "m"
|
||||
SPEAKUP_SYNTH_AUDPTR = "m"
|
||||
SPEAKUP_SYNTH_BNS = "m"
|
||||
SPEAKUP_SYNTH_DECTLK = "m"
|
||||
SPEAKUP_SYNTH_DECEXT = "m"
|
||||
SPEAKUP_SYNTH_LTLK = "m"
|
||||
SPEAKUP_SYNTH_SOFT = "m"
|
||||
SPEAKUP_SYNTH_SPKOUT = "m"
|
||||
SPEAKUP_SYNTH_TXPRT = "m"
|
||||
|
||||
# waydroid: android compatibility layer
|
||||
["category:waydroid".">=0.0.0"."all"]
|
||||
ANDROID_BINDERFS = "n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue