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 4c9f402295dd..784cf822963a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -2196,10 +2196,14 @@ config TC | |||
2196 | bool "TURBOchannel support" | 2196 | bool "TURBOchannel support" |
2197 | depends on MACH_DECSTATION | 2197 | depends on MACH_DECSTATION |
2198 | help | 2198 | help |
2199 | TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS | 2199 | TURBOchannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS |
2200 | processors. Documentation on writing device drivers for TurboChannel | 2200 | processors. TURBOchannel programming specifications are available |
2201 | is available at: | 2201 | at: |
2202 | <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>. | 2202 | <ftp://ftp.hp.com/pub/alphaserver/archive/triadd/> |
2203 | and: | ||
2204 | <http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/> | ||
2205 | Linux driver support status is documented at: | ||
2206 | <http://www.linux-mips.org/wiki/DECstation> | ||
2203 | 2207 | ||
2204 | #config ACCESSBUS | 2208 | #config ACCESSBUS |
2205 | # bool "Access.Bus support" | 2209 | # bool "Access.Bus support" |