From: Daan De Meyer Date: Wed, 6 Sep 2023 10:58:30 +0000 (+0200) Subject: mkosi: Don't disable CONFIG_USB X-Git-Tag: v255-rc1~566^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F29101%2Fhead;p=thirdparty%2Fsystemd.git 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. --- diff --git a/mkosi.kernel.config b/mkosi.kernel.config index e287fd70756..77657c22404 100644 --- a/mkosi.kernel.config +++ b/mkosi.kernel.config @@ -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