linux/common-config: move USB_XHCI_TEGRA from lib/systems aarch64-multiplatform (#529436)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user