diff options
author | Krzysztof Halasa <khc@pm.waw.pl> | 2006-09-26 17:23:45 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-09-26 17:40:24 -0400 |
commit | eb2a2fd91f7c8a53b15063d6f08cf22b9a56cbfb (patch) | |
tree | 1d910a9460b76fd85ed02e8b9131270e4977f6f7 /drivers/net/wan/Kconfig | |
parent | c226951b93f7cd7c3a10b17384535b617bd43fd0 (diff) |
[PATCH] Modularize generic HDLC
This patch enables building of individual WAN protocol support
routines (parts of generic HDLC) as separate modules.
All protocol-private definitions are moved from hdlc.h file
to protocol drivers. User-space interface and interface
between generic HDLC and underlying low-level HDLC drivers
are unchanged.
Signed-off-by: Krzysztof Halasa <khc@pm.waw.pl>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/wan/Kconfig')
-rw-r--r-- | drivers/net/wan/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/net/wan/Kconfig b/drivers/net/wan/Kconfig index 54b8e492ef97..58b7efbb0750 100644 --- a/drivers/net/wan/Kconfig +++ b/drivers/net/wan/Kconfig | |||
@@ -154,7 +154,7 @@ config HDLC | |||
154 | If unsure, say N. | 154 | If unsure, say N. |
155 | 155 | ||
156 | config HDLC_RAW | 156 | config HDLC_RAW |
157 | bool "Raw HDLC support" | 157 | tristate "Raw HDLC support" |
158 | depends on HDLC | 158 | depends on HDLC |
159 | help | 159 | help |
160 | Generic HDLC driver supporting raw HDLC over WAN connections. | 160 | Generic HDLC driver supporting raw HDLC over WAN connections. |
@@ -162,7 +162,7 @@ config HDLC_RAW | |||
162 | If unsure, say N. | 162 | If unsure, say N. |
163 | 163 | ||
164 | config HDLC_RAW_ETH | 164 | config HDLC_RAW_ETH |
165 | bool "Raw HDLC Ethernet device support" | 165 | tristate "Raw HDLC Ethernet device support" |
166 | depends on HDLC | 166 | depends on HDLC |
167 | help | 167 | help |
168 | Generic HDLC driver supporting raw HDLC Ethernet device emulation | 168 | Generic HDLC driver supporting raw HDLC Ethernet device emulation |
@@ -173,7 +173,7 @@ config HDLC_RAW_ETH | |||
173 | If unsure, say N. | 173 | If unsure, say N. |
174 | 174 | ||
175 | config HDLC_CISCO | 175 | config HDLC_CISCO |
176 | bool "Cisco HDLC support" | 176 | tristate "Cisco HDLC support" |
177 | depends on HDLC | 177 | depends on HDLC |
178 | help | 178 | help |
179 | Generic HDLC driver supporting Cisco HDLC over WAN connections. | 179 | Generic HDLC driver supporting Cisco HDLC over WAN connections. |
@@ -181,7 +181,7 @@ config HDLC_CISCO | |||
181 | If unsure, say N. | 181 | If unsure, say N. |
182 | 182 | ||
183 | config HDLC_FR | 183 | config HDLC_FR |
184 | bool "Frame Relay support" | 184 | tristate "Frame Relay support" |
185 | depends on HDLC | 185 | depends on HDLC |
186 | help | 186 | help |
187 | Generic HDLC driver supporting Frame Relay over WAN connections. | 187 | Generic HDLC driver supporting Frame Relay over WAN connections. |
@@ -189,7 +189,7 @@ config HDLC_FR | |||
189 | If unsure, say N. | 189 | If unsure, say N. |
190 | 190 | ||
191 | config HDLC_PPP | 191 | config HDLC_PPP |
192 | bool "Synchronous Point-to-Point Protocol (PPP) support" | 192 | tristate "Synchronous Point-to-Point Protocol (PPP) support" |
193 | depends on HDLC | 193 | depends on HDLC |
194 | help | 194 | help |
195 | Generic HDLC driver supporting PPP over WAN connections. | 195 | Generic HDLC driver supporting PPP over WAN connections. |
@@ -197,7 +197,7 @@ config HDLC_PPP | |||
197 | If unsure, say N. | 197 | If unsure, say N. |
198 | 198 | ||
199 | config HDLC_X25 | 199 | config HDLC_X25 |
200 | bool "X.25 protocol support" | 200 | tristate "X.25 protocol support" |
201 | depends on HDLC && (LAPB=m && HDLC=m || LAPB=y) | 201 | depends on HDLC && (LAPB=m && HDLC=m || LAPB=y) |
202 | help | 202 | help |
203 | Generic HDLC driver supporting X.25 over WAN connections. | 203 | Generic HDLC driver supporting X.25 over WAN connections. |