[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20061115174017.GB5158@pingi.kke.suse.de>
Date: Wed, 15 Nov 2006 18:40:17 +0100
From: Karsten Keil <kkeil@...e.de>
To: Toralf Förster <toralf.foerster@....de>
Cc: isdn4linux@...tserv.isdn4linux.de, info@...mula-n.de,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fix build error for HISAX_NETJET
The following patch fixes a build error for the enter:now PCI card.
Acked-by: Karsten Keil <kkeil@...e.de>
Signed-off-by: Toralf Förster <toralf.foerster@....de>
diff --git a/drivers/isdn/hisax/Kconfig b/drivers/isdn/hisax/Kconfig
index eb57a98..cfd2718 100644
--- a/drivers/isdn/hisax/Kconfig
+++ b/drivers/isdn/hisax/Kconfig
@@ -344,7 +344,7 @@ config HISAX_HFC_SX
config HISAX_ENTERNOW_PCI
bool "Formula-n enter:now PCI card"
- depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || FRV))
+ depends on HISAX_NETJET && PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || FRV))
help
This enables HiSax support for the Formula-n enter:now PCI
ISDN card.
--
Karsten Keil
SuSE Labs
ISDN development
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists