Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198809
b: refs/heads/master
c: 011507e
h: refs/heads/master
i:
  198807: 5c07052
v: v3
  • Loading branch information
Alexandre Bounine authored and Linus Torvalds committed May 27, 2010
1 parent d9263dd commit a958674
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 68b04cd38af42dbe4ee28e189633c3c50beb8873
refs/heads/master: 011507e49a696462c30914e2eeebcdda33ed30f8
11 changes: 11 additions & 0 deletions trunk/drivers/rapidio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,14 @@ config RAPIDIO_ENABLE_RX_TX_PORTS
than Maintenance transfers.

source "drivers/rapidio/switches/Kconfig"

config RAPIDIO_DEBUG
bool "RapidIO subsystem debug messages"
depends on RAPIDIO
help
Say Y here if you want the RapidIO subsystem to produce a bunch of
debug messages to the system log. Select this if you are having a
problem with the RapidIO subsystem and want to see more of what is
going on.

If you are unsure about this, say N here.
4 changes: 4 additions & 0 deletions trunk/drivers/rapidio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
obj-y += rio.o rio-access.o rio-driver.o rio-scan.o rio-sysfs.o

obj-$(CONFIG_RAPIDIO) += switches/

ifeq ($(CONFIG_RAPIDIO_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG
endif
4 changes: 4 additions & 0 deletions trunk/drivers/rapidio/switches/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ obj-$(CONFIG_RAPIDIO_TSI57X) += tsi57x.o
obj-$(CONFIG_RAPIDIO_CPS_XX) += idtcps.o
obj-$(CONFIG_RAPIDIO_TSI568) += tsi568.o
obj-$(CONFIG_RAPIDIO_TSI500) += tsi500.o

ifeq ($(CONFIG_RAPIDIO_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG
endif

0 comments on commit a958674

Please sign in to comment.