diff options
author | Stephen Warren | 2016-09-12 11:51:15 -0600 |
---|---|---|
committer | Joe Hershberger | 2016-11-07 11:28:16 -0600 |
commit | 21622452f2eb735a5cfe8697edc3c166a71b8485 (patch) | |
tree | dc4a9ea52694290f9dfd25d1b4c08bcbb2d4a15b /configs/p2771-0000-000_defconfig | |
parent | 31c1ff90e2070759dd8c35a182f96c342543dad6 (diff) |
ARM: tegra: enable Ethernet on p2771-0000
Enable the Ethernet device in DT, provide board-specific configuration,
and enable the driver in Kconfig.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'configs/p2771-0000-000_defconfig')
-rw-r--r-- | configs/p2771-0000-000_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/p2771-0000-000_defconfig b/configs/p2771-0000-000_defconfig index f638117c895..61bb3a11962 100644 --- a/configs/p2771-0000-000_defconfig +++ b/configs/p2771-0000-000_defconfig @@ -30,6 +30,7 @@ CONFIG_CMD_FS_GENERIC=y # CONFIG_BLK is not set CONFIG_TEGRA186_BPMP_I2C=y # CONFIG_DM_MMC_OPS is not set +CONFIG_DWC_ETH_QOS=y CONFIG_E1000=y CONFIG_RTL8169=y CONFIG_PCI=y |