Kconfig (0612ec48762bf8712db1925b2e67246d2237ebab) Kconfig (eb2a2fd91f7c8a53b15063d6f08cf22b9a56cbfb)
1#
2# wan devices configuration
3#
4
5menu "Wan interfaces"
6 depends on NETDEVICES
7
8config WAN

--- 140 unchanged lines hidden (view full) ---

149 Relay, synchronous Point-to-Point Protocol (PPP) and X.25.
150
151 To compile this driver as a module, choose M here: the
152 module will be called hdlc.
153
154 If unsure, say N.
155
156config HDLC_RAW
1#
2# wan devices configuration
3#
4
5menu "Wan interfaces"
6 depends on NETDEVICES
7
8config WAN

--- 140 unchanged lines hidden (view full) ---

149 Relay, synchronous Point-to-Point Protocol (PPP) and X.25.
150
151 To compile this driver as a module, choose M here: the
152 module will be called hdlc.
153
154 If unsure, say N.
155
156config HDLC_RAW
157 bool "Raw HDLC support"
157 tristate "Raw HDLC support"
158 depends on HDLC
159 help
160 Generic HDLC driver supporting raw HDLC over WAN connections.
161
162 If unsure, say N.
163
164config HDLC_RAW_ETH
158 depends on HDLC
159 help
160 Generic HDLC driver supporting raw HDLC over WAN connections.
161
162 If unsure, say N.
163
164config HDLC_RAW_ETH
165 bool "Raw HDLC Ethernet device support"
165 tristate "Raw HDLC Ethernet device support"
166 depends on HDLC
167 help
168 Generic HDLC driver supporting raw HDLC Ethernet device emulation
169 over WAN connections.
170
171 You will need it for Ethernet over HDLC bridges.
172
173 If unsure, say N.
174
175config HDLC_CISCO
166 depends on HDLC
167 help
168 Generic HDLC driver supporting raw HDLC Ethernet device emulation
169 over WAN connections.
170
171 You will need it for Ethernet over HDLC bridges.
172
173 If unsure, say N.
174
175config HDLC_CISCO
176 bool "Cisco HDLC support"
176 tristate "Cisco HDLC support"
177 depends on HDLC
178 help
179 Generic HDLC driver supporting Cisco HDLC over WAN connections.
180
181 If unsure, say N.
182
183config HDLC_FR
177 depends on HDLC
178 help
179 Generic HDLC driver supporting Cisco HDLC over WAN connections.
180
181 If unsure, say N.
182
183config HDLC_FR
184 bool "Frame Relay support"
184 tristate "Frame Relay support"
185 depends on HDLC
186 help
187 Generic HDLC driver supporting Frame Relay over WAN connections.
188
189 If unsure, say N.
190
191config HDLC_PPP
185 depends on HDLC
186 help
187 Generic HDLC driver supporting Frame Relay over WAN connections.
188
189 If unsure, say N.
190
191config HDLC_PPP
192 bool "Synchronous Point-to-Point Protocol (PPP) support"
192 tristate "Synchronous Point-to-Point Protocol (PPP) support"
193 depends on HDLC
194 help
195 Generic HDLC driver supporting PPP over WAN connections.
196
197 If unsure, say N.
198
199config HDLC_X25
193 depends on HDLC
194 help
195 Generic HDLC driver supporting PPP over WAN connections.
196
197 If unsure, say N.
198
199config HDLC_X25
200 bool "X.25 protocol support"
200 tristate "X.25 protocol support"
201 depends on HDLC && (LAPB=m && HDLC=m || LAPB=y)
202 help
203 Generic HDLC driver supporting X.25 over WAN connections.
204
205 If unsure, say N.
206
207comment "X.25/LAPB support is disabled"
208 depends on WAN && HDLC && (LAPB!=m || HDLC!=m) && LAPB!=y

--- 290 unchanged lines hidden ---
201 depends on HDLC && (LAPB=m && HDLC=m || LAPB=y)
202 help
203 Generic HDLC driver supporting X.25 over WAN connections.
204
205 If unsure, say N.
206
207comment "X.25/LAPB support is disabled"
208 depends on WAN && HDLC && (LAPB!=m || HDLC!=m) && LAPB!=y

--- 290 unchanged lines hidden ---