diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-02-02 14:31:55 +0100 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-02 14:31:55 +0100 |
commit | ae2c27a78f1df5b0967069cd3b916cff1eb044c8 (patch) | |
tree | e67f1012e76185bac2e78bb04caa68ed1f7dc2a2 /drivers/net | |
parent | netxen patches (diff) | |
parent | [PATCH] Remove avr32@atmel.com from MAINTAINERS (diff) | |
download | linux-ae2c27a78f1df5b0967069cd3b916cff1eb044c8.tar.xz linux-ae2c27a78f1df5b0967069cd3b916cff1eb044c8.zip |
Merge ../linux-2.6
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/hamradio/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/hamradio/Kconfig b/drivers/net/hamradio/Kconfig index 896aa02000d7..feb0ada7a025 100644 --- a/drivers/net/hamradio/Kconfig +++ b/drivers/net/hamradio/Kconfig @@ -113,7 +113,7 @@ config SCC_TRXECHO config BAYCOM_SER_FDX tristate "BAYCOM ser12 fullduplex driver for AX.25" - depends on AX25 + depends on AX25 && !S390 select CRC_CCITT ---help--- This is one of two drivers for Baycom style simple amateur radio @@ -133,7 +133,7 @@ config BAYCOM_SER_FDX config BAYCOM_SER_HDX tristate "BAYCOM ser12 halfduplex driver for AX.25" - depends on AX25 + depends on AX25 && !S390 select CRC_CCITT ---help--- This is one of two drivers for Baycom style simple amateur radio @@ -181,7 +181,7 @@ config BAYCOM_EPP config YAM tristate "YAM driver for AX.25" - depends on AX25 + depends on AX25 && !S390 help The YAM is a modem for packet radio which connects to the serial port and includes some of the functions of a Terminal Node |