Skip to content

Commit 2cfbdbb

Browse files
Zhangshoukuixiaoxiang781216
authored andcommitted
driver test: add depends on
Signed-off-by: zhangshoukui <[email protected]>
1 parent d404b84 commit 2cfbdbb

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

testing/irtest/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
config TESTING_IRTEST
77
tristate "IR driver test"
88
default n
9+
depends on DRIVERS_RC
910
---help---
1011
Enable the IR driver test
1112

testing/pcitest/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
config TESTING_PCITEST
77
tristate "\"pcitest tools\""
88
default n
9+
depends on PCI_EP_TEST
910
---help---
1011
Enable the \"pcitest tools\"
1112

testing/sensortest/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
config TESTING_SENSORTEST
77
tristate "Sensor driver test"
88
default n
9+
depends on SENSORS
910
---help---
1011
Enable the Sensor driver test
1112

testing/testsuites/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ config CM_MM_TEST
3838

3939
config CM_TIME_TEST
4040
bool "enbale time test"
41+
depends on !DISABLE_POSIX_TIMERS
4142
default n
4243

4344
config CM_PTHREAD_TEST

0 commit comments

Comments
 (0)