diff options
author | Wang Chen <wangchen@cn.fujitsu.com> | 2008-11-21 16:36:22 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-21 16:36:22 -0800 |
commit | 176301e82190adb70f9bdf37cd5cb08fcfcb25fb (patch) | |
tree | 498d819a02565f9637ba9b7fc2e78a1fdd1b5848 | |
parent | 6636e1170d1e49818933ecea0e715e0c73e19bb8 (diff) | |
download | talos-obmc-linux-176301e82190adb70f9bdf37cd5cb08fcfcb25fb.tar.gz talos-obmc-linux-176301e82190adb70f9bdf37cd5cb08fcfcb25fb.zip |
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>
-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 tristate "Cyclades-PC300 support (RS-232/V.35, X.21, T1/E1 boards)" depends on HDLC && PCI && BROKEN ---help--- + This driver is broken because of struct tty_driver change. + Driver for the Cyclades-PC300 synchronous communication boards. These boards provide synchronous serial interfaces to your |