diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2013-02-20 09:57:24 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2013-02-20 09:57:24 -0500 |
commit | 6da7825f25093758981c1436f6956569662f72b1 (patch) | |
tree | 5974866a3e36cef11968f7fd9ca8e4f9f4fcb989 /litmus/Kconfig | |
parent | e9b88341eb6b9fbe16139796f2f78e1f65793e5a (diff) |
Support CUDA 4.2
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r-- | litmus/Kconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig index 8dd3955f671d..4bd371d20a1a 100644 --- a/litmus/Kconfig +++ b/litmus/Kconfig | |||
@@ -515,11 +515,17 @@ config CUDA_5_0 | |||
515 | help | 515 | help |
516 | Support CUDA 5.0 (dev. driver version: x86_64-304.54) | 516 | Support CUDA 5.0 (dev. driver version: x86_64-304.54) |
517 | 517 | ||
518 | config CUDA_4_2 | ||
519 | bool "CUDA 4.2" | ||
520 | depends on LITMUS_NVIDIA | ||
521 | help | ||
522 | Support CUDA 4.2 (dev driver version: x86_64-295.40) | ||
523 | |||
518 | config CUDA_4_0 | 524 | config CUDA_4_0 |
519 | bool "CUDA 4.0" | 525 | bool "CUDA 4.0" |
520 | depends on LITMUS_NVIDIA | 526 | depends on LITMUS_NVIDIA |
521 | help | 527 | help |
522 | Support CUDA 4.0 RC2 (dev. driver version: x86_64-270.40) | 528 | Support CUDA 4.0 (dev. driver version: x86_64-270.41) |
523 | 529 | ||
524 | config CUDA_3_2 | 530 | config CUDA_3_2 |
525 | bool "CUDA 3.2" | 531 | bool "CUDA 3.2" |