Messages in this thread Patch in this message |  | | From | Tomas Szepe <> | Date | Thu, 02 Jan 2003 22:38:29 +0100 | Subject | [unify netdev config 18/22] net.0 |
| |
diff -urN a/drivers/atm/Kconfig b/drivers/atm/Kconfig --- a/drivers/atm/Kconfig 2002-10-31 02:33:41.000000000 +0100 +++ b/drivers/atm/Kconfig 2003-01-02 21:52:42.000000000 +0100 @@ -3,7 +3,8 @@ # menu "ATM drivers" - depends on NETDEVICES && ATM +# FIXME: should also include M68KNOMMU and CRIS! + depends on NETDEVICES && ATM && (SUPERH || PPC || X86 || MIPS || V850 || ALPHA || PPC64 || SPARC32 || SPARC64 || SGI_IP22 || SGI_IP27 || PARISC) config ATM_TCP tristate "ATM over TCP" - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |