diff mbox series

sh: r2dplus: Enable additional PCI ethernet devices

Message ID 20200802150615.114660-1-marek.vasut+renesas@gmail.com
State Accepted
Commit 5f52d6e90846b4f375a9dc0537773e9a6ad58f68
Delegated to: Marek Vasut
Headers show
Series sh: r2dplus: Enable additional PCI ethernet devices | expand

Commit Message

Marek Vasut Aug. 2, 2020, 3:06 p.m. UTC
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 | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/configs/r2dplus_defconfig b/configs/r2dplus_defconfig
index fb873a8863..a2d666ebd6 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