summaryrefslogtreecommitdiffstats
path: root/bsp/common-pc/common-pc-eth.cfg
AgeCommit message (Collapse)Author
2019-10-07meta: add SPDX License Identifier and updates 00-README with License policyYann CARDAILLAC
Signed-off-by: Yann CARDAILLAC <ycnakajsph@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2017-01-17Modularize PCI/PCIe ethernet driversJussi Laako
Build PCI/PCIe ethernet drivers as modules. Also add some new common interfaces, mostly gigabit ones. Signed-off-by: Jussi Laako <jussi.laako@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-10-07bsp/common-pc: Enable R8169 driver since its needed by supported platformsAlejandro Hernandez
The Realtek 8169 driver is needed by the Minnowboard MAX, one of the boards we currently support, since some of our images do not contain modules by default, the network isnt working on genericx86, genericx86-64 and intel-core2-32 (meta-intel) when no modules are installed. This patch fixes network on images not containing modules when using the previously mentioned MACHINES for this board. Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-08-30configs: drop CONFIG_MIIBruce Ashfield
CONFIG_MII is a tristate with no user prompt, as such, it is only selected by other kernel configs. If we have it in our fragments we'll be warned when it isn't in the final .config. The warning isn't useful, since if this is needed another option will select it. To avoid the warning, we just drop CONFIG_MII from our fragments Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-02-17common-pc: remove duplicate CONFIG_NET_VENDOR_ATHEROSBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-09-13meta/common-pc: Add common Realtek and Atheros Ethernet driversDarren Hart
Add the 8139*, R8169, and ATL1E drivers per popular demand. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-09-13meta/common-pc: Build Ethernet and Wifi drivers as modulesDarren Hart
Keep the kernel size down for the common-pc BSPs and continue standard practice, building drivers as modules. For extremely commonly used drivers where lack of NFS booting is a commonly reported failure, leave them as built-in (TIGON3, E1000, and PCNET32). Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
2013-09-13meta/common-pc: Refactor Ethernet and Wifi optionsDarren Hart
Allow the reuse of these options by common-pc-64 and provide a clear location for making networking configuration changes. Signed-off-by: Darren Hart <dvhart@linux.intel.com>