diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2011-02-14 18:07:17 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2011-02-14 18:31:52 -0500 |
commit | 151977577ad96d8c614ddbd9df480c89cd98a1dc (patch) | |
tree | 74d5c80222af1ab69c1651b079c7fd22a74f54bb /litmus/Kconfig | |
parent | 08b72aceacca166015d518738f9e300546b969ef (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/Kconfig | 9 |
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 | ||
208 | config 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 | |||
208 | endmenu | 217 | endmenu |
209 | 218 | ||
210 | endmenu | 219 | endmenu |