diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 8aa8dd02b910..10ac82f3612a 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1788,6 +1788,18 @@ config LAN_SAA9730 | |||
1788 | workstations. | 1788 | workstations. |
1789 | See <http://www.semiconductors.philips.com/pip/SAA9730_flyer_1>. | 1789 | See <http://www.semiconductors.philips.com/pip/SAA9730_flyer_1>. |
1790 | 1790 | ||
1791 | config SC92031 | ||
1792 | tristate "Silan SC92031 PCI Fast Ethernet Adapter driver (EXPERIMENTAL)" | ||
1793 | depends on NET_PCI && PCI && EXPERIMENTAL | ||
1794 | select CRC32 | ||
1795 | ---help--- | ||
1796 | This is a driver for the Fast Ethernet PCI network cards based on | ||
1797 | the Silan SC92031 chip (sometimes also called Rsltek 8139D). If you | ||
1798 | have one of these, say Y here. | ||
1799 | |||
1800 | To compile this driver as a module, choose M here: the module | ||
1801 | will be called sc92031. This is recommended. | ||
1802 | |||
1791 | config NET_POCKET | 1803 | config NET_POCKET |
1792 | bool "Pocket and portable adapters" | 1804 | bool "Pocket and portable adapters" |
1793 | depends on NET_ETHERNET && PARPORT | 1805 | depends on NET_ETHERNET && PARPORT |