From: Toralf Foerster Date: Sun, 19 Nov 2006 06:19:41 +0000 (-0800) Subject: [PATCH] fix build error for HISAX_NETJET X-Git-Tag: v3.12-rc1~31920^2~20^2~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49a1cd00b599d12c3f397e5a32f81f6e2aab0d74;p=kernel%2Fkernel-generic.git [PATCH] fix build error for HISAX_NETJET Fix a build error for the enter:now PCI card. Signed-off-by: Toralf Foerster Acked-by: Karsten Keil Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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.