projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
476e991
)
configs: am65x_evm_a53: enable support for PCIe ethernet cards
author
Sekhar Nori
<nsekhar@ti.com>
Thu, 1 Aug 2019 13:43:01 +0000
(19:13 +0530)
committer
Tom Rini
<trini@konsulko.com>
Mon, 12 Aug 2019 17:33:41 +0000
(13:33 -0400)
Enable support for Intel E1000 based PCIe ethernet cards that
can be used to test PCIe RC functionality on AM65x EVM.
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
configs/am65x_evm_a53_defconfig
patch
|
blob
|
history
diff --git
a/configs/am65x_evm_a53_defconfig
b/configs/am65x_evm_a53_defconfig
index 1808e670fd5a3cf376ed61391a12f45dc3220e08..7e33e4c9dbc94d519ad0900fb35b028ec9122514 100644
(file)
--- a/
configs/am65x_evm_a53_defconfig
+++ b/
configs/am65x_evm_a53_defconfig
@@
-70,11
+70,13
@@
CONFIG_MMC_SDHCI_AM654=y
CONFIG_PHY_TI=y
CONFIG_PHY_FIXED=y
CONFIG_DM_ETH=y
+CONFIG_E1000=y
+CONFIG_CMD_E1000=y
CONFIG_TI_AM65_CPSW_NUSS=y
-CONFIG_PHY=y
CONFIG_PCI=y
CONFIG_DM_PCI=y
CONFIG_PCI_KEYSTONE=y
+CONFIG_PHY=y
CONFIG_AM654_PHY=y
CONFIG_PINCTRL=y
# CONFIG_PINCTRL_GENERIC is not set