diff options
author | Bruce Losure <blosure@sgi.com> | 2005-04-04 16:23:00 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-05-03 15:00:01 -0400 |
commit | ae40aae9b9b8e336714ebb3f16410da6e69d6ac8 (patch) | |
tree | aa900ab7187e5206d30f78c1e5fad98a84a81293 /drivers/char/Kconfig | |
parent | c2d1d65ad441c8abe624bdb1c2cff2e47c8c1ee1 (diff) |
[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 <blosure@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
408 | 408 | ||
409 | config SGI_MBCS | 409 | config SGI_MBCS |
410 | tristate "SGI FPGA Core Services driver support" | 410 | tristate "SGI FPGA Core Services driver support" |
411 | depends on (IA64_SGI_SN2 || IA64_GENERIC) | 411 | depends on SGI_TIOCX |
412 | help | 412 | help |
413 | If you have an SGI Altix with an attached SABrick | 413 | If you have an SGI Altix with an attached SABrick |
414 | say Y or M here, otherwise say N. | 414 | say Y or M here, otherwise say N. |