projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2d1d65
)
[IA64-SGI] Altix patch to fix missing Kconfig dependency.
author
Bruce Losure
<blosure@sgi.com>
Mon, 4 Apr 2005 20:23:00 +0000
(13:23 -0700)
committer
Tony Luck
<tony.luck@intel.com>
Tue, 3 May 2005 19:00:01 +0000
(12:00 -0700)
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>
drivers/char/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/char/Kconfig
b/drivers/char/Kconfig
index e162dab64ffd20402e93e8f60ed038e952299bec..a70e6b99fc9acff9f722c83e7d0c24fe802dca4b 100644
(file)
--- 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.