diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-06-13 11:43:49 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 06:40:44 -0400 |
commit | 8c7de408fd2caa11b8b3a1ed8a1b141ce127ad4e (patch) | |
tree | 19886abfa361eebc0113143263e593909b88b259 /drivers/net/Kconfig | |
parent | 4c78893b3d107e2a053c8f51c526510857c09858 (diff) |
sis*: Move the Silicon Integrated Systems (SiS) drivers
Move the SiS drivers into drivers/net/ethernet/sis/ and make the
necessary Kconfig and Makefile changes
CC: Daniele Venzano <venza@brownhat.org>
CC: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 1e1df3d7985..33df2547e30 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -500,22 +500,6 @@ config R6040 | |||
500 | To compile this driver as a module, choose M here: the module | 500 | To compile this driver as a module, choose M here: the module |
501 | will be called r6040. This is recommended. | 501 | will be called r6040. This is recommended. |
502 | 502 | ||
503 | config SIS900 | ||
504 | tristate "SiS 900/7016 PCI Fast Ethernet Adapter support" | ||
505 | depends on NET_PCI && PCI | ||
506 | select CRC32 | ||
507 | select MII | ||
508 | ---help--- | ||
509 | This is a driver for the Fast Ethernet PCI network cards based on | ||
510 | the SiS 900 and SiS 7016 chips. The SiS 900 core is also embedded in | ||
511 | SiS 630 and SiS 540 chipsets. | ||
512 | |||
513 | This driver also supports AMD 79C901 HomePNA so that you can use | ||
514 | your phone line as a network cable. | ||
515 | |||
516 | To compile this driver as a module, choose M here: the module | ||
517 | will be called sis900. This is recommended. | ||
518 | |||
519 | config TLAN | 503 | config TLAN |
520 | tristate "TI ThunderLAN support" | 504 | tristate "TI ThunderLAN support" |
521 | depends on NET_PCI && (PCI || EISA) | 505 | depends on NET_PCI && (PCI || EISA) |
@@ -639,20 +623,6 @@ config YELLOWFIN | |||
639 | To compile this driver as a module, choose M here: the module | 623 | To compile this driver as a module, choose M here: the module |
640 | will be called yellowfin. This is recommended. | 624 | will be called yellowfin. This is recommended. |
641 | 625 | ||
642 | config SIS190 | ||
643 | tristate "SiS190/SiS191 gigabit ethernet support" | ||
644 | depends on PCI | ||
645 | select CRC32 | ||
646 | select MII | ||
647 | ---help--- | ||
648 | Say Y here if you have a SiS 190 PCI Fast Ethernet adapter or | ||
649 | a SiS 191 PCI Gigabit Ethernet adapter. Both are expected to | ||
650 | appear in lan on motherboard designs which are based on SiS 965 | ||
651 | and SiS 966 south bridge. | ||
652 | |||
653 | To compile this driver as a module, choose M here: the module | ||
654 | will be called sis190. This is recommended. | ||
655 | |||
656 | config TSI108_ETH | 626 | config TSI108_ETH |
657 | tristate "Tundra TSI108 gigabit Ethernet support" | 627 | tristate "Tundra TSI108 gigabit Ethernet support" |
658 | depends on TSI108_BRIDGE | 628 | depends on TSI108_BRIDGE |