Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] Kconfig fix (HISAX_FRITZPCI on ppc64)

HISAX_FRITZPCI is broken on ppc64; marked as such

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Al Viro and committed by
Linus Torvalds
6622b8c7 253a9c33

+1
+1
drivers/isdn/hisax/Kconfig
··· 134 134 135 135 config HISAX_FRITZPCI 136 136 bool "AVM PnP/PCI (Fritz!PnP/PCI)" 137 + depends on BROKEN || !PPC64 137 138 help 138 139 This enables HiSax support for the AVM "Fritz!PnP" and "Fritz!PCI". 139 140 See <file:Documentation/isdn/README.HiSax> on how to configure it.