Skip to content

Commit

Permalink
r2dplus: select rtl8139 driver in defconfig
Browse files Browse the repository at this point in the history
CONFIG_RTL8139 was moved to a board defconfig by a commit 86e9dc8
("net: Move CONFIG_RTL8139 to Kconfig"), however it was done
incorrectly due to a missing CONFIG_NETDEVICES selection, thus
virtually it was just a removal of the driver compilation.

As an unlucky consequence the option was completely removed by a purge
commit adad96e ("configs: Re-sync HUSH options"), restore the
driver inclusion back.

Signed-off-by: Vladimir Zapolskiy <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
  • Loading branch information
vzapolskiy authored and trini committed Dec 3, 2016
1 parent 7652704 commit 40166c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/r2dplus_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ CONFIG_BOOTDELAY=-1
CONFIG_CMD_PING=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_EXT2=y
CONFIG_NETDEVICES=y
CONFIG_RTL8139=y
CONFIG_PCI=y
CONFIG_USE_PRIVATE_LIBGCC=y

0 comments on commit 40166c8

Please sign in to comment.