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:
Bart Ribbers 2026-07-29 11:33:30 +02:00 committed by The Friendly Meow (merge) Bot
parent 4fa1cad36c
commit 0ceb94ab19
No known key found for this signature in database

View file

@ -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"