linux/common-config: move USB_XHCI_TEGRA from lib/systems aarch64-multiplatform

Co-authored-by: Emily <vcs@emily.moe>
This commit is contained in:
zowoq 2026-06-08 17:55:31 +10:00
commit 9497b712f6
2 changed files with 4 additions and 5 deletions

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 = {

View file

@ -672,6 +672,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 = {