mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
drivers/net/ethernet/*: Enabled vendor Kconfig options
Based on finds for Stephen Rothwell, where current defconfig's enable a ethernet driver and it is not compiled due to the newly added NET_VENDOR_* component of Kconfig. This patch enables all the "new" Kconfig options so that current defconfig's will continue to compile the expected drivers. In addition, by enabling all the new Kconfig options does not add any un-expected options. CC: Stephen Rothwll <sfc@canb.auug.org.au> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
88491d8103
commit
88f07484cc
51 changed files with 51 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
config NET_VENDOR_XSCALE
|
||||
bool "Intel XScale IXP devices"
|
||||
default y
|
||||
depends on NET_VENDOR_INTEL && ((ARM && ARCH_IXP4XX && \
|
||||
IXP4XX_NPE && IXP4XX_QMGR) || ARCH_ENP2611)
|
||||
---help---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue