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>
This commit is contained in:
Marek Vasut 2020-04-18 04:14:54 +02:00
parent 3adaa25476
commit 5f52d6e908
1 changed files with 4 additions and 0 deletions

View 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