aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToralf Foerster <toralf.foerster@gmx.de>2006-11-18 22:19:41 -0800
committerLinus Torvalds <torvalds@woody.osdl.org>2006-11-20 09:42:05 -0800
commit49a1cd00b599d12c3f397e5a32f81f6e2aab0d74 (patch)
tree4d037caf283563ee0170099528b4e30f99b217b2
parentf0c69c4ee796a2d2277c3a000e24f29a25a00060 (diff)
downloadlinux-hpc-49a1cd00b599d12c3f397e5a32f81f6e2aab0d74.tar.gz
[PATCH] fix build error for HISAX_NETJET
Fix a build error for the enter:now PCI card. Signed-off-by: Toralf Foerster <toralf.foerster@gmx.de> Acked-by: Karsten Keil <kkeil@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--drivers/isdn/hisax/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hisax/Kconfig b/drivers/isdn/hisax/Kconfig
index eb57a988e0488a..cfd2718a490d35 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.