linux/common-config: move USB_XHCI_TEGRA from lib/systems aarch64-multiplatform (#529436)

This commit is contained in:
K900
2026-06-08 09:15:12 +00:00
committed by GitHub
2 changed files with 4 additions and 5 deletions
-5
View File
@@ -152,11 +152,6 @@ rec {
DTB = true;
autoModules = true;
preferBuiltin = true;
extraConfig = ''
# The default (=y) forces us to have the XHCI firmware available in initrd,
# which our initrd builder can't currently do easily.
USB_XHCI_TEGRA m
'';
target = "Image";
};
gcc = {
@@ -676,6 +676,10 @@ let
USB_DWC3_DUAL_ROLE = yes;
USB_XHCI_SIDEBAND = whenAtLeast "6.16" yes; # needed for audio offload
# The default (=y) forces us to have the XHCI firmware available in initrd,
# which our initrd builder can't currently do easily.
USB_XHCI_TEGRA = lib.mkIf stdenv.hostPlatform.isAarch64 module;
};
usb-serial = {