kconfig-generic: Enable MIDI sequencer and CH341 USB-UART
Quoth /sound/core/seq/Kconfig: "Many programs require this feature, so you should enable it unless you know what you're doing." I'm using my google-wormdingler tablet for some music production stuff and these missing Kconfigs are really grinding my gears. The USB-UART is part of my MIDI adapter, but is also quite a common chip used for many things, including a bunch of arduinos. Other configs for MIDI are enabled by default, but for whatever reason the core sequencer device isn't. Signed-off-by: Paul Sajna <sajattack@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8577>
This commit is contained in:
parent
ceb1d85e82
commit
f077d2a1db
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
# audio devices and codecs
|
||||
["category:audio".">=0.0.0"."all"]
|
||||
SND_SEQUENCER = "m"
|
||||
SND_SOC = "m"
|
||||
SND_SOC_AW88261 = "m"
|
||||
SND_SOC_CS35L36 = "m"
|
||||
|
|
@ -139,6 +140,8 @@ FB_EFI = "y"
|
|||
["category:usb".">=0.0.0"."aarch64"]
|
||||
UCSI_LENOVO_YOGA_C630 = "m"
|
||||
QCOM_GSBI = "y"
|
||||
["category:usb".">=0.0.0"."all"]
|
||||
USB_SERIAL_CH341 = "m"
|
||||
|
||||
# vhost acceleration
|
||||
["category:vhost".">=0.0.0"."all"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue