1.. SPDX-License-Identifier: GPL-2.0+
2
3==================================================================
4Linux Base Driver for the Intel(R) Ethernet Connection E800 Series
5==================================================================
6
7Intel ice Linux driver.
8Copyright(c) 2018 Intel Corporation.
9
10Contents
11========
12
13- Enabling the driver
14- Support
15
16The driver in this release supports Intel's E800 Series of products. For
17more information, visit Intel's support page at https://support.intel.com.
18
19Enabling the driver
20===================
21The driver is enabled via the standard kernel configuration system,
22using the make command::
23
24  make oldconfig/menuconfig/etc.
25
26The driver is located in the menu structure at:
27
28  -> Device Drivers
29    -> Network device support (NETDEVICES [=y])
30      -> Ethernet driver support
31        -> Intel devices
32          -> Intel(R) Ethernet Connection E800 Series Support
33
34Support
35=======
36For general information, go to the Intel support website at:
37
38https://www.intel.com/support/
39
40or the Intel Wired Networking project hosted by Sourceforge at:
41
42https://sourceforge.net/projects/e1000
43
44If an issue is identified with the released source code on a supported kernel
45with a supported adapter, email the specific information related to the issue
46to e1000-devel@lists.sf.net.
47