diff options
author | Alexandre Bounine <alexandre.bounine@idt.com> | 2010-10-27 18:34:33 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-27 21:03:16 -0400 |
commit | a3725c45c114bd06e091802f90533332d1e93819 (patch) | |
tree | 3bd69dbe2e6a03e31a5e31a8aa5b29c7354d0965 /drivers/rapidio/switches/Kconfig | |
parent | e274e0ed0a2ac31d5eaf7c891e4e1d99197517b2 (diff) |
rapidio: add support for IDT CPS Gen2 switches
Add the RIO switch driver and definitions for IDT CPS-1848 and CPS-1616
Gen2 devices.
Signed-off-by: Alexandre Bounine <alexandre.bounine@idt.com>
Cc: Thomas Moll <thomas.moll@sysgo.com>
Cc: Matt Porter <mporter@kernel.crashing.org>
Cc: Li Yang <leoli@freescale.com>
Cc: Kumar Gala <galak@kernel.crashing.org>
Cc: Micha Nelissen <micha@neli.hopto.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rapidio/switches/Kconfig')
-rw-r--r-- | drivers/rapidio/switches/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/rapidio/switches/Kconfig b/drivers/rapidio/switches/Kconfig index 2b4e9b2b6631..f47fee5d4563 100644 --- a/drivers/rapidio/switches/Kconfig +++ b/drivers/rapidio/switches/Kconfig | |||
@@ -20,6 +20,13 @@ config RAPIDIO_TSI568 | |||
20 | ---help--- | 20 | ---help--- |
21 | Includes support for IDT Tsi568 serial RapidIO switch. | 21 | Includes support for IDT Tsi568 serial RapidIO switch. |
22 | 22 | ||
23 | config RAPIDIO_CPS_GEN2 | ||
24 | bool "IDT CPS Gen.2 SRIO switch support" | ||
25 | depends on RAPIDIO | ||
26 | default n | ||
27 | ---help--- | ||
28 | Includes support for ITD CPS Gen.2 serial RapidIO switches. | ||
29 | |||
23 | config RAPIDIO_TSI500 | 30 | config RAPIDIO_TSI500 |
24 | bool "Tsi500 Parallel RapidIO switch support" | 31 | bool "Tsi500 Parallel RapidIO switch support" |
25 | depends on RAPIDIO | 32 | depends on RAPIDIO |