mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
r2dplus: select rtl8139 driver in defconfig
CONFIG_RTL8139 was moved to a board defconfig by a commit86e9dc86b1
("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 commitadad96e60d
("configs: Re-sync HUSH options"), restore the driver inclusion back. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
7652704722
commit
40166c8d1b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue