mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 07:05:12 +07:00
7443713a31
Move the IC Plus driver into drivers/net/ethernet/icplus/ and make the necessary Kconfig and Makefile changes. CC: <craig_rich@sundanceti.com> CC: <sorbica@icplus.com.tw> CC: <jesse@icplus.com.tw> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
14 lines
316 B
Plaintext
14 lines
316 B
Plaintext
#
|
|
# IC Plus device configuration
|
|
#
|
|
|
|
config IP1000
|
|
tristate "IP1000 Gigabit Ethernet support"
|
|
depends on PCI && EXPERIMENTAL
|
|
select MII
|
|
---help---
|
|
This driver supports IP1000 gigabit Ethernet cards.
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
will be called ipg. This is recommended.
|