diff options
author | Stephen Warren <swarren@nvidia.com> | 2016-07-29 13:15:06 -0600 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2016-08-15 10:26:13 -0700 |
commit | a6bb0084c2797b1e16403e2e812737ca1fb37669 (patch) | |
tree | e336113693bda3396f03baa8d99bea82315f621e /configs/p2771-0000-b00_defconfig | |
parent | 45d85f0872ef92779ea5b51a424845a919a41462 (diff) |
ARM: tegra: enable PCIe controller on p2771-0000
p2771-0000 has a couple of PCIe ports; one physically x4 desktop PCI
connector (which may run at x2 electrically, depending on the board
version and configuration) and a x1 connection to the M.2 slot (which may
not be active, depending on the board version and configuration). This
change enables those.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'configs/p2771-0000-b00_defconfig')
-rw-r--r-- | configs/p2771-0000-b00_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/p2771-0000-b00_defconfig b/configs/p2771-0000-b00_defconfig index ad35c99bbb..27393f3a5d 100644 --- a/configs/p2771-0000-b00_defconfig +++ b/configs/p2771-0000-b00_defconfig @@ -26,7 +26,12 @@ CONFIG_CMD_EXT4=y CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y +CONFIG_RTL8169=y +CONFIG_E1000=y +CONFIG_PCI_TEGRA=y CONFIG_TEGRA186_BPMP_I2C=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_DM_USB=y +CONFIG_POWER_DOMAIN=y +CONFIG_TEGRA186_POWER_DOMAIN=y |