Commit 6cdcd300 authored by Roger Luethi's avatar Roger Luethi Committed by Russell King

[PATCH] Update via-rhine Kconfig entry

Previous Kconfig change was incorrect, this is a better one.
parent 4b832804
...@@ -1676,25 +1676,23 @@ config VIA_RHINE ...@@ -1676,25 +1676,23 @@ config VIA_RHINE
select CRC32 select CRC32
select MII select MII
help help
If you have a VIA "rhine" based network card (Rhine-I (3043), If you have a VIA "Rhine" based network card (Rhine-I (VT86C100A),
Rhine-2 (VT86c100A) or Rhine-III (VT6105)), say Y here. Rhine-II (VT6102), or Rhine-III (VT6105)), say Y here. Rhine-type
Ethernet functions can also be found integrated on South Bridges
(e.g. VT8235).
To compile this driver as a module, choose M here and read To compile this driver as a module, choose M here. The module
<file:Documentation/networking/net-modules.txt>. The module
will be called via-rhine. will be called via-rhine.
config VIA_RHINE_MMIO config VIA_RHINE_MMIO
bool "Use MMIO instead of PIO (EXPERIMENTAL)" bool "Use MMIO instead of PIO"
depends on VIA_RHINE && EXPERIMENTAL depends on VIA_RHINE
help help
This instructs the driver to use PCI shared memory (MMIO) instead of This instructs the driver to use PCI shared memory (MMIO) instead of
programmed I/O ports (PIO). Enabling this gives an improvement in programmed I/O ports (PIO). Enabling this gives an improvement in
processing time in parts of the driver. processing time in parts of the driver.
It is not known if this works reliably on all "rhine" based cards, If unsure, say Y.
but it has been tested successfully on some DFE-530TX adapters.
If unsure, say N.
config LAN_SAA9730 config LAN_SAA9730
bool "Philips SAA9730 Ethernet support (EXPERIMENTAL)" bool "Philips SAA9730 Ethernet support (EXPERIMENTAL)"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment