mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [2.5 patch] let COMX depend on PROC_FS
@ 2003-06-08 14:40 Adrian Bunk
  2003-06-08 16:49 ` Christoph Hellwig
  0 siblings, 1 reply; 10+ messages in thread
From: Adrian Bunk @ 2003-06-08 14:40 UTC (permalink / raw)
  To: Gergely Madarasz; +Cc: linux-kernel, linux-net, trivial

>From drivers/net/wan/comx.c:

<--  snip  -->

...
#ifndef CONFIG_PROC_FS
#error For now, COMX really needs the /proc filesystem
#endif
...

<--  snip  -->


The following patch add a dependency to Kconfig to avoid compile errors 
with CONFIG_COMX and !CONFIG_PROC_FS:


--- linux-2.5.70-mm6/drivers/net/wan/Kconfig.old	2003-06-08 15:54:41.000000000 +0200
+++ linux-2.5.70-mm6/drivers/net/wan/Kconfig	2003-06-08 15:55:14.000000000 +0200
@@ -62,7 +62,7 @@
 #
 config COMX
 	tristate "MultiGate (COMX) synchronous serial boards support"
-	depends on WAN && (ISA || PCI)
+	depends on WAN && (ISA || PCI) && PROC_FS
 	---help---
 	  Say Y if you want to use any board from the MultiGate (COMX) family.
 	  These boards are synchronous serial adapters for the PC,



cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2003-06-10 14:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-08 14:40 [2.5 patch] let COMX depend on PROC_FS Adrian Bunk
2003-06-08 16:49 ` Christoph Hellwig
2003-06-08 16:56   ` Adrian Bunk
2003-06-08 16:58     ` Christoph Hellwig
2003-06-10 11:55       ` Pásztor Szilárd
2003-06-10 13:26         ` Christoph Hellwig
2003-06-10 13:51           ` Pásztor Szilárd
2003-06-10 13:57             ` Christoph Hellwig
2003-06-10 14:11               ` Pásztor Szilárd
2003-06-10 14:14           ` viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®