diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-07-30 12:27:05 +0200 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-13 08:47:43 +0200 |
commit | 59ffb30f7d43d4db2b2be165037a1a29d2011cdb (patch) | |
tree | 39ba914f7d5c91110fc73b7bd49f02fb202d2588 /drivers/net/pcmcia/Kconfig | |
parent | sh_eth: Move the Renesas SuperH driver (diff) | |
download | linux-59ffb30f7d43d4db2b2be165037a1a29d2011cdb.tar.xz linux-59ffb30f7d43d4db2b2be165037a1a29d2011cdb.zip |
xircom: Move the Xircom driver
Move the Xircom driver into drivers/net/ethernet/xircom/ and
make the necessary Kconfig and Makefile changes.
CC: <psheer@icon.co.za>
CC: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/pcmcia/Kconfig')
-rw-r--r-- | drivers/net/pcmcia/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/pcmcia/Kconfig b/drivers/net/pcmcia/Kconfig index 80d291ea672f..12e7ae47c066 100644 --- a/drivers/net/pcmcia/Kconfig +++ b/drivers/net/pcmcia/Kconfig @@ -21,15 +21,6 @@ menuconfig NET_PCMCIA if NET_PCMCIA && PCMCIA -config PCMCIA_XIRC2PS - tristate "Xircom 16-bit PCMCIA support" - help - Say Y here if you intend to attach a Xircom 16-bit PCMCIA (PC-card) - Ethernet or Fast Ethernet card to your computer. - - To compile this driver as a module, choose M here: the module will be - called xirc2ps_cs. If unsure, say N. - config ARCNET_COM20020_CS tristate "COM20020 ARCnet PCMCIA support" depends on ARCNET_COM20020 |