File tree Expand file tree Collapse file tree 7 files changed +37
-10
lines changed Expand file tree Collapse file tree 7 files changed +37
-10
lines changed Original file line number Diff line number Diff line change @@ -160,5 +160,6 @@ source "drivers/net/ethernet/toshiba/Kconfig"
160
160
source "drivers/net/ethernet/tundra/Kconfig"
161
161
source "drivers/net/ethernet/via/Kconfig"
162
162
source "drivers/net/ethernet/xilinx/Kconfig"
163
+ source "drivers/net/ethernet/xircom/Kconfig"
163
164
164
165
endif # ETHERNET
Original file line number Diff line number Diff line change @@ -69,3 +69,4 @@ obj-$(CONFIG_NET_VENDOR_TOSHIBA) += toshiba/
69
69
obj-$(CONFIG_NET_VENDOR_TUNDRA) += tundra/
70
70
obj-$(CONFIG_NET_VENDOR_VIA) += via/
71
71
obj-$(CONFIG_NET_VENDOR_XILINX) += xilinx/
72
+ obj-$(CONFIG_NET_VENDOR_XIRCOM) += xircom/
Original file line number Diff line number Diff line change
1
+ #
2
+ # Xircom network device configuration
3
+ #
4
+
5
+ config NET_VENDOR_XIRCOM
6
+ bool "Xircom devices"
7
+ depends on PCMCIA
8
+ ---help---
9
+ If you have a network (Ethernet) card belonging to this class, say Y
10
+ and read the Ethernet-HOWTO, available from
11
+ <http://www.tldp.org/docs.html#howto>.
12
+
13
+ Note that the answer to this question doesn't directly affect the
14
+ kernel: saying N will just cause the configurator to skip all
15
+ the questions about Xircom cards. If you say Y, you will be asked for
16
+ your specific card in the following questions.
17
+
18
+ if NET_VENDOR_XIRCOM
19
+
20
+ config PCMCIA_XIRC2PS
21
+ tristate "Xircom 16-bit PCMCIA support"
22
+ depends on PCMCIA
23
+ ---help---
24
+ Say Y here if you intend to attach a Xircom 16-bit PCMCIA (PC-card)
25
+ Ethernet or Fast Ethernet card to your computer.
26
+
27
+ To compile this driver as a module, choose M here: the module will be
28
+ called xirc2ps_cs. If unsure, say N.
29
+
30
+ endif # NET_VENDOR_XIRCOM
Original file line number Diff line number Diff line change
1
+ #
2
+ # Makefile for the Xircom network device drivers.
3
+ #
4
+
5
+ obj-$(CONFIG_PCMCIA_XIRC2PS) += xirc2ps_cs.o
File renamed without changes.
Original file line number Diff line number Diff line change @@ -21,15 +21,6 @@ menuconfig NET_PCMCIA
21
21
22
22
if NET_PCMCIA && PCMCIA
23
23
24
- config PCMCIA_XIRC2PS
25
- tristate "Xircom 16-bit PCMCIA support"
26
- help
27
- Say Y here if you intend to attach a Xircom 16-bit PCMCIA (PC-card)
28
- Ethernet or Fast Ethernet card to your computer.
29
-
30
- To compile this driver as a module, choose M here: the module will be
31
- called xirc2ps_cs. If unsure, say N.
32
-
33
24
config ARCNET_COM20020_CS
34
25
tristate "COM20020 ARCnet PCMCIA support"
35
26
depends on ARCNET_COM20020
Original file line number Diff line number Diff line change 3
3
#
4
4
5
5
# 16-bit client drivers
6
- obj-$(CONFIG_PCMCIA_XIRC2PS) += xirc2ps_cs.o
7
6
obj-$(CONFIG_ARCNET_COM20020_CS)+ = com20020_cs.o
8
7
9
8
obj-$(CONFIG_PCMCIA_IBMTR) += ibmtr_cs.o
You can’t perform that action at this time.
0 commit comments