94d9bd4576
This patch adds an option to build device driver for Tsi721 PCIe-to-SRIO bridge device as a kernel module. Currently this module cannot be unloaded because the existing RapidIO subsystem code does not support dynamic removal of local RapidIO controllers (TODO). Signed-off-by: Alexandre Bounine <alexandre.bounine@idt.com> Cc: Matt Porter <mporter@kernel.crashing.org> Cc: Li Yang <leoli@freescale.com> Cc: Kumar Gala <galak@kernel.crashing.org> Cc: Andre van Herk <andre.van.herk@Prodrive.nl> Cc: Micha Nelissen <micha.nelissen@Prodrive.nl> Cc: Stef van Os <stef.van.os@Prodrive.nl> Cc: Jean Delvare <jdelvare@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
#
|
|
# RapidIO master port configuration
|
|
#
|
|
|
|
config RAPIDIO_TSI721
|
|
tristate "IDT Tsi721 PCI Express SRIO Controller support"
|
|
depends on RAPIDIO && PCIEPORTBUS
|
|
default "n"
|
|
---help---
|
|
Include support for IDT Tsi721 PCI Express Serial RapidIO controller.
|