Kconfig (da733563be5a9da26fe81d9f007262d00b846e22) Kconfig (3396c7823efb3a5b8630388c464e1034ea031ced)
1#
2# Realtek device configuration
3#
4
5config NET_VENDOR_REALTEK
6 bool "Realtek devices"
7 default y
8 depends on PCI || (PARPORT && X86)

--- 10 unchanged lines hidden (view full) ---

19if NET_VENDOR_REALTEK
20
21config ATP
22 tristate "AT-LAN-TEC/RealTek pocket adapter support"
23 depends on PARPORT && X86
24 select CRC32
25 ---help---
26 This is a network (Ethernet) device which attaches to your parallel
1#
2# Realtek device configuration
3#
4
5config NET_VENDOR_REALTEK
6 bool "Realtek devices"
7 default y
8 depends on PCI || (PARPORT && X86)

--- 10 unchanged lines hidden (view full) ---

19if NET_VENDOR_REALTEK
20
21config ATP
22 tristate "AT-LAN-TEC/RealTek pocket adapter support"
23 depends on PARPORT && X86
24 select CRC32
25 ---help---
26 This is a network (Ethernet) device which attaches to your parallel
27 port. Read <file:drivers/net/atp.c> as well as the Ethernet-HOWTO,
28 available from <http://www.tldp.org/docs.html#howto>, if you
29 want to use this. If you intend to use this driver, you should have
30 said N to the "Parallel printer support", because the two drivers
31 don't like each other.
27 port. Read <file:drivers/net/ethernet/realtek/atp.c> as well as the
28 Ethernet-HOWTO, available from <http://www.tldp.org/docs.html#howto>,
29 if you want to use this. If you intend to use this driver, you
30 should have said N to the "Parallel printer support", because the two
31 drivers don't like each other.
32
33 To compile this driver as a module, choose M here: the module
34 will be called atp.
35
36config 8139CP
37 tristate "RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support (EXPERIMENTAL)"
38 depends on PCI && EXPERIMENTAL
39 select CRC32

--- 79 unchanged lines hidden ---
32
33 To compile this driver as a module, choose M here: the module
34 will be called atp.
35
36config 8139CP
37 tristate "RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support (EXPERIMENTAL)"
38 depends on PCI && EXPERIMENTAL
39 select CRC32

--- 79 unchanged lines hidden ---