From: Bruce Losure Date: Mon, 4 Apr 2005 20:23:00 +0000 (-0700) Subject: [IA64-SGI] Altix patch to fix missing Kconfig dependency. X-Git-Tag: firefly_0821_release~43377^2~5^2~25 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ae40aae9b9b8e336714ebb3f16410da6e69d6ac8;p=firefly-linux-kernel-4.4.55.git [IA64-SGI] Altix patch to fix missing Kconfig dependency. This is a one-liner to make the mbcs driver depend on SGI_TIOCX in the drivers/char/Kconfig file. Signed-off-by: Bruce Losure Signed-off-by: Tony Luck --- diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index e162dab64ffd..a70e6b99fc9a 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -408,7 +408,7 @@ config SGI_TIOCX config SGI_MBCS tristate "SGI FPGA Core Services driver support" - depends on (IA64_SGI_SN2 || IA64_GENERIC) + depends on SGI_TIOCX help If you have an SGI Altix with an attached SABrick say Y or M here, otherwise say N.