aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r--litmus/Kconfig8
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
518config 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
518config CUDA_4_0 524config 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
524config CUDA_3_2 530config CUDA_3_2
525 bool "CUDA 3.2" 531 bool "CUDA 3.2"