diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 3ad59dde4852..460624876421 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -2175,10 +2175,14 @@ config TC | |||
2175 | bool "TURBOchannel support" | 2175 | bool "TURBOchannel support" |
2176 | depends on MACH_DECSTATION | 2176 | depends on MACH_DECSTATION |
2177 | help | 2177 | help |
2178 | TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS | 2178 | TURBOchannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS |
2179 | processors. Documentation on writing device drivers for TurboChannel | 2179 | processors. TURBOchannel programming specifications are available |
2180 | is available at: | 2180 | at: |
2181 | <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>. | 2181 | <ftp://ftp.hp.com/pub/alphaserver/archive/triadd/> |
2182 | and: | ||
2183 | <http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/> | ||
2184 | Linux driver support status is documented at: | ||
2185 | <http://www.linux-mips.org/wiki/DECstation> | ||
2182 | 2186 | ||
2183 | #config ACCESSBUS | 2187 | #config ACCESSBUS |
2184 | # bool "Access.Bus support" | 2188 | # bool "Access.Bus support" |