aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Kconfig
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2011-02-14 18:07:17 -0500
committerGlenn Elliott <gelliott@cs.unc.edu>2011-02-14 18:31:52 -0500
commit151977577ad96d8c614ddbd9df480c89cd98a1dc (patch)
tree74d5c80222af1ab69c1651b079c7fd22a74f54bb /litmus/Kconfig
parent08b72aceacca166015d518738f9e300546b969ef (diff)
A few small enhacements to litmus softirqs and added framework
for managing the nvidia module information.
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r--litmus/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig
index 58137f3e374e..42c5ff67c8c1 100644
--- a/litmus/Kconfig
+++ b/litmus/Kconfig
@@ -205,6 +205,15 @@ config NR_LITMUS_SOFTIRQD
205 help 205 help
206 Should be <= to the number of CPUs in your system. 206 Should be <= to the number of CPUs in your system.
207 207
208config LITMUS_NVIDIA
209 bool "Litmus handling of NVIDIA interrupts."
210 depends on LITMUS_SOFTIRQD
211 default n
212 help
213 Direct tasklets from NVIDIA devices to Litmus's klitirqd.
214
215 If unsure, say No.
216
208endmenu 217endmenu
209 218
210endmenu 219endmenu