The patch titled Fix synclink Kconfig dependency has been added to the -mm tree. Its filename is fix-synclink-kconfig-dependency.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Diego Calleja <diegocg@xxxxxxxxx> This should fix http://bugzilla.kernel.org/show_bug.cgi?id=6465 - synclink fails to compile when compiled as module. Signed-off-by: Diego Calleja <diegocg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/char/Kconfig | 3 +++ 1 files changed, 3 insertions(+) diff -puN drivers/char/Kconfig~fix-synclink-kconfig-dependency drivers/char/Kconfig --- devel/drivers/char/Kconfig~fix-synclink-kconfig-dependency 2006-05-10 23:07:18.000000000 -0700 +++ devel-akpm/drivers/char/Kconfig 2006-05-10 23:07:18.000000000 -0700 @@ -197,6 +197,7 @@ config ISI config SYNCLINK tristate "Microgate SyncLink card support" depends on SERIAL_NONSTANDARD && PCI && ISA_DMA_API + select HDLC help Provides support for the SyncLink ISA and PCI multiprotocol serial adapters. These adapters support asynchronous and HDLC bit @@ -210,6 +211,7 @@ config SYNCLINK config SYNCLINKMP tristate "SyncLink Multiport support" depends on SERIAL_NONSTANDARD + select HDLC help Enable support for the SyncLink Multiport (2 or 4 ports) serial adapter, running asynchronous and HDLC communications up @@ -224,6 +226,7 @@ config SYNCLINKMP config SYNCLINK_GT tristate "SyncLink GT/AC support" depends on SERIAL_NONSTANDARD && PCI + select HDLC help Support for SyncLink GT and SyncLink AC families of synchronous and asynchronous serial adapters _ Patches currently in -mm which might be from diegocg@xxxxxxxxx are mm-thrash-detect-process-thrashing-against-itself.patch fix-synclink-kconfig-dependency.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html