summary refs log tree commit diff
path: root/lib/systems
diff options
context:
space:
mode:
authorDrew Hess <src@drewhess.com>2017-10-17 15:53:51 -0700
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-10-18 02:31:18 +0300
commitceb2b71f691e70aa36e4419d9556881502b6845c (patch)
treef75383c089f6e2fe188ad26bcb516c3016a1f8d7 /lib/systems
parent644e3cb20430e07512fe7dc78536555ef378bf6d (diff)
downloadnixpkgs-ceb2b71f691e70aa36e4419d9556881502b6845c.tar
nixpkgs-ceb2b71f691e70aa36e4419d9556881502b6845c.tar.gz
nixpkgs-ceb2b71f691e70aa36e4419d9556881502b6845c.tar.bz2
nixpkgs-ceb2b71f691e70aa36e4419d9556881502b6845c.tar.lz
nixpkgs-ceb2b71f691e70aa36e4419d9556881502b6845c.tar.xz
nixpkgs-ceb2b71f691e70aa36e4419d9556881502b6845c.tar.zst
nixpkgs-ceb2b71f691e70aa36e4419d9556881502b6845c.zip
kernel: Build Tegra PCI support.
Diffstat (limited to 'lib/systems')
-rw-r--r--lib/systems/platforms.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/systems/platforms.nix b/lib/systems/platforms.nix
index 7aeb4d88e51..9ce697a1f7a 100644
--- a/lib/systems/platforms.nix
+++ b/lib/systems/platforms.nix
@@ -545,6 +545,9 @@ rec {
       # Cavium ThunderX stuff.
       PCI_HOST_THUNDER_ECAM y
 
+      # Nvidia Tegra stuff.
+      PCI_TEGRA y
+
       # 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