diff options
author | Wang Chen <wangchen@cn.fujitsu.com> | 2008-11-21 19:36:22 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-21 19:36:22 -0500 |
commit | 176301e82190adb70f9bdf37cd5cb08fcfcb25fb (patch) | |
tree | 498d819a02565f9637ba9b7fc2e78a1fdd1b5848 /drivers/net/wan/Kconfig | |
parent | 6636e1170d1e49818933ecea0e715e0c73e19bb8 (diff) |
netdevice pc300: Add the reason about PC300 BROKEN in Kconfig
When compile test my previous patch, I found PC300 driver was broken.
And there is no explanation about the broken.
Add the reason about why change this driver to broken in Kconfig.
Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wan/Kconfig')
-rw-r--r-- | drivers/net/wan/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wan/Kconfig b/drivers/net/wan/Kconfig index 21efd99b9294..0725161aa27c 100644 --- a/drivers/net/wan/Kconfig +++ b/drivers/net/wan/Kconfig | |||
@@ -207,6 +207,8 @@ config PC300 | |||
207 | tristate "Cyclades-PC300 support (RS-232/V.35, X.21, T1/E1 boards)" | 207 | tristate "Cyclades-PC300 support (RS-232/V.35, X.21, T1/E1 boards)" |
208 | depends on HDLC && PCI && BROKEN | 208 | depends on HDLC && PCI && BROKEN |
209 | ---help--- | 209 | ---help--- |
210 | This driver is broken because of struct tty_driver change. | ||
211 | |||
210 | Driver for the Cyclades-PC300 synchronous communication boards. | 212 | Driver for the Cyclades-PC300 synchronous communication boards. |
211 | 213 | ||
212 | These boards provide synchronous serial interfaces to your | 214 | These boards provide synchronous serial interfaces to your |