1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-21 13:34:21 +03:00

mkosi: Don't disable CONFIG_USB

Having USB enabled seems useful enough, this wasn't doing anything
regardless because we already enable CONFIG_USB earlier in the kconfig
file so this just gets rid of warning.
This commit is contained in:
Daan De Meyer 2023-09-06 12:58:30 +02:00
parent 1ca30ea8c5
commit cbe7778f4c

View File

@ -214,7 +214,6 @@ CONFIG_XFS_POSIX_ACL=y
# CONFIG_AGP is not set
# CONFIG_FB is not set
# CONFIG_HID is not set
# CONFIG_USB is not set
# CONFIG_NETDEVSIM is not set
# CONFIG_NET_VENDOR_3COM is not set