diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-06-15 13:17:58 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 06:41:22 -0400 |
commit | 63d24a0eb71b1ec5ed302816379aaf76eecb053c (patch) | |
tree | d277238b203e8cdcf4bf63e58192a68c40f46ece /drivers/net/Kconfig | |
parent | c23c5c1663b36c1428df32d1645232662459e02f (diff) |
jme: Move the JME driver
Move the JME driver into drivers/net/ethernet/ and make the
necessary Kconfig and Makefile changes.
CC: Guo-Fu Tseng <cooldavid@cooldavid.org>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index b89662182825..996bae006fc3 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -547,18 +547,6 @@ config XILINX_LL_TEMAC | |||
547 | This driver supports the Xilinx 10/100/1000 LocalLink TEMAC | 547 | This driver supports the Xilinx 10/100/1000 LocalLink TEMAC |
548 | core used in Xilinx Spartan and Virtex FPGAs | 548 | core used in Xilinx Spartan and Virtex FPGAs |
549 | 549 | ||
550 | config JME | ||
551 | tristate "JMicron(R) PCI-Express Gigabit Ethernet support" | ||
552 | depends on PCI | ||
553 | select CRC32 | ||
554 | select MII | ||
555 | ---help--- | ||
556 | This driver supports the PCI-Express gigabit ethernet adapters | ||
557 | based on JMicron JMC250 chipset. | ||
558 | |||
559 | To compile this driver as a module, choose M here. The module | ||
560 | will be called jme. | ||
561 | |||
562 | endif # NETDEV_1000 | 550 | endif # NETDEV_1000 |
563 | 551 | ||
564 | # | 552 | # |