mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
a1606c7dc6
All drivers that select MII also need to select NET_CORE because MII depends on it. This is a bit ridiculous because NET_CORE is just a menu option that doesn't enable any code by itself. There is also no need for it to be a visible option, since its users all select it. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
13 lines
300 B
Text
13 lines
300 B
Text
#
|
|
# IC Plus device configuration
|
|
#
|
|
|
|
config IP1000
|
|
tristate "IP1000 Gigabit Ethernet support"
|
|
depends on PCI
|
|
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.
|