kconfig-generic.toml: require USB_ACM module
Required by some serial modules. In my case an USB device which presents a serial interface used at my day job. Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9165>
This commit is contained in:
parent
4fa1cad36c
commit
0ceb94ab19
1 changed files with 1 additions and 0 deletions
|
|
@ -265,6 +265,7 @@ UCSI_LENOVO_YOGA_C630 = "m"
|
|||
["category:usb".">=0.0.0"."aarch64 armv7"]
|
||||
CHARGER_CROS_USBPD = "m"
|
||||
["category:usb".">=0.0.0"."all"]
|
||||
USB_ACM = "m"
|
||||
USB_SERIAL_CH341 = "m"
|
||||
["category:usb".">=0.0.0"."riscv64"]
|
||||
USB_DWC3 = "y"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue