Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / drivers / staging / net / Kconfig
bloba64e56b1898ab88f035a2f1d9feb217c70ccecb3
1 if NETDEVICES
3 if WAN
5 config PC300
6         tristate "Cyclades-PC300 support (RS-232/V.35, X.21, T1/E1 boards)"
7         depends on HDLC && PCI && BROKEN
8         ---help---
9           This driver is broken because of struct tty_driver change.
11           Driver for the Cyclades-PC300 synchronous communication boards.
13           These boards provide synchronous serial interfaces to your
14           Linux box (interfaces currently available are RS-232/V.35, X.21 and
15           T1/E1). If you wish to support Multilink PPP, please select the
16           option later and read the file README.mlppp provided by PC300
17           package.
19           To compile this as a module, choose M here: the module
20           will be called pc300.
22           If unsure, say N.
24 config PC300_MLPPP
25         bool "Cyclades-PC300 MLPPP support"
26         depends on PC300 && PPP_MULTILINK && PPP_SYNC_TTY && HDLC_PPP
27         help
28           Multilink PPP over the PC300 synchronous communication boards.
30 comment "Cyclades-PC300 MLPPP support is disabled."
31         depends on HDLC && PC300 && (PPP=n || !PPP_MULTILINK || PPP_SYNC_TTY=n || !HDLC_PPP)
33 comment "Refer to the file README.mlppp, provided by PC300 package."
34         depends on HDLC && PC300 && (PPP=n || !PPP_MULTILINK || PPP_SYNC_TTY=n || !HDLC_PPP)
36 endif # WAN
38 endif # NETDEVICES