File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 6
6
config TESTING_IRTEST
7
7
tristate "IR driver test"
8
8
default n
9
+ depends on DRIVERS_RC
9
10
---help---
10
11
Enable the IR driver test
11
12
Original file line number Diff line number Diff line change 6
6
config TESTING_PCITEST
7
7
tristate "\"pcitest tools\""
8
8
default n
9
+ depends on PCI_EP_TEST
9
10
---help---
10
11
Enable the \"pcitest tools\"
11
12
Original file line number Diff line number Diff line change 6
6
config TESTING_SENSORTEST
7
7
tristate "Sensor driver test"
8
8
default n
9
+ depends on SENSORS
9
10
---help---
10
11
Enable the Sensor driver test
11
12
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ config CM_MM_TEST
38
38
39
39
config CM_TIME_TEST
40
40
bool "enbale time test"
41
+ depends on !DISABLE_POSIX_TIMERS
41
42
default n
42
43
43
44
config CM_PTHREAD_TEST
You can’t perform that action at this time.
0 commit comments