Home
last modified time | relevance | path

Searched hist:"40166 c8d1b3eea4d2f15bf7c274bded2a2036def" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/configs/
H A Dr2dplus_defconfig40166c8d1b3eea4d2f15bf7c274bded2a2036def Sun Nov 27 22:15:23 UTC 2016 Vladimir Zapolskiy <vz@mleia.com> r2dplus: select rtl8139 driver in defconfig

CONFIG_RTL8139 was moved to a board defconfig by a commit 86e9dc86b1a2
("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 adad96e60d0e ("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>