diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-03 18:22:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-06-08 20:11:17 +0200 |
commit | 72355950a683de4bc70f83ca2cd843216d6556f6 (patch) | |
tree | 70d00c20bd4a7f68cab365d629116fc25a0e2b80 /target/linux/config/Config.in.ethernet | |
parent | 20863d6664c4ea59f7f51b3044b97db6af9d2241 (diff) |
add sample for lenovo x200, fix gentooinstaller
Diffstat (limited to 'target/linux/config/Config.in.ethernet')
-rw-r--r-- | target/linux/config/Config.in.ethernet | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet index 48b4d29ec..ed1f5d393 100644 --- a/target/linux/config/Config.in.ethernet +++ b/target/linux/config/Config.in.ethernet @@ -396,6 +396,19 @@ config ADK_LINUX_KERNEL_E1000 help Intel(R) PRO/1000 gigabit ethernet driver +config ADK_LINUX_KERNEL_E1000E + tristate "Intel(R) PRO/1000e Gigabit Ethernet driver" + select ADK_LINUX_KERNEL_NET_VENDOR_INTEL + select ADK_LINUX_KERNEL_NETDEV_1000 + select ADK_LINUX_KERNEL_FIRMWARE_IN_KERNEL + depends on ADK_TARGET_WITH_PCI || \ + ADK_TARGET_SYSTEM_LENOVO_X200 || \ + ADK_TARGET_GENERIC + default y if ADK_TARGET_SYSTEM_LENOVO_X200 + default n + help + Intel(R) PRO/1000e gigabit ethernet driver + config ADK_LINUX_KERNEL_SUNLANCE tristate "AMD Sunlance Ethernet driver" select ADK_LINUX_KERNEL_NET_VENDOR_AMD |