]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sh: r2dplus: Enable additional PCI ethernet devices
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 18 Apr 2020 02:14:54 +0000 (04:14 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Sun, 2 Aug 2020 17:58:27 +0000 (19:58 +0200)
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>
configs/r2dplus_defconfig

index fb873a88639ba1ecc31777d266a1b33546409df8..a2d666ebd6e3f2e2c4d7b3f6da1c4b6491bf74d9 100644 (file)
@@ -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