aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2020-04-18 04:14:54 +0200
committerMarek Vasut <marek.vasut+renesas@gmail.com>2020-08-02 19:58:27 +0200
commit5f52d6e90846b4f375a9dc0537773e9a6ad58f68 (patch)
tree8a01b1f08135bc3b9704326b05bbc9676c015ce2 /configs
parent3adaa254766b18e77ff38a370f0b20538fd268b5 (diff)
downloadu-boot-5f52d6e90846b4f375a9dc0537773e9a6ad58f68.zip
u-boot-5f52d6e90846b4f375a9dc0537773e9a6ad58f68.tar.gz
u-boot-5f52d6e90846b4f375a9dc0537773e9a6ad58f68.tar.bz2
sh: r2dplus: Enable additional PCI ethernet devices
Enable these extra PCI ethernet devices, so they can be tested in CI. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/r2dplus_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/r2dplus_defconfig b/configs/r2dplus_defconfig
index fb873a8..a2d666e 100644
--- a/configs/r2dplus_defconfig
+++ b/configs/r2dplus_defconfig
@@ -30,7 +30,11 @@ CONFIG_MTD_NOR_FLASH=y
CONFIG_FLASH_CFI_DRIVER=y
CONFIG_SYS_FLASH_CFI=y
CONFIG_DM_ETH=y
+CONFIG_E1000=y
+CONFIG_EEPRO100=y
+CONFIG_PCNET=y
CONFIG_RTL8139=y
+CONFIG_TULIP=y
CONFIG_PCI=y
CONFIG_DM_PCI=y
CONFIG_SPECIFY_CONSOLE_INDEX=y