kconfigcheck: add more USB peripherals

- ensure MIDI 2.0 is enabled in the USB audio driver
- ensure UASP is enabled for faster storage access
- ensure USBNET framework is enabled for more Ethernet drivers
  (many particular USB_NET_* drivers have default 'y' in kconfig)

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7911>
This commit is contained in:
Val Packett 2026-02-03 02:51:56 -03:00 committed by [Merge Bot]
parent f494c6f9b1
commit 839d8035c4
No known key found for this signature in database

View file

@ -557,10 +557,13 @@ HID_GOODIX_SPI = "m"
DRM = "y" # Dependency of DRM_UDL
DRM_UDL = "m" # DisplayLink - connecting displays via USB
SND_USB_AUDIO = "m" # USB audio devices
SND_USB_AUDIO_MIDI_V2 = "y" # USB MIDI devices
USB_SERIAL = "m" # USB serial consoles
USB_SERIAL_CP210X = "m" # USB serial console
USB_SERIAL_SIMPLE = "m" # USB serial console
USB_STORAGE = "m" # USB mass storage devices
USB_UAS = "m" # USB Attached SCSI (faster storage access)
USB_USBNET = "m" # USB Ethernet
USB_RTL8152 = "m" # USB Ethernet
["category:virt".">=0.0.0"."all"]