driver test: add depends on

Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com>
This commit is contained in:
zhangshoukui 2025-01-02 16:45:21 +08:00 committed by Xiang Xiao
parent d404b846f9
commit 2cfbdbb401
4 changed files with 4 additions and 0 deletions

View file

@ -6,6 +6,7 @@
config TESTING_IRTEST
tristate "IR driver test"
default n
depends on DRIVERS_RC
---help---
Enable the IR driver test

View file

@ -6,6 +6,7 @@
config TESTING_PCITEST
tristate "\"pcitest tools\""
default n
depends on PCI_EP_TEST
---help---
Enable the \"pcitest tools\"

View file

@ -6,6 +6,7 @@
config TESTING_SENSORTEST
tristate "Sensor driver test"
default n
depends on SENSORS
---help---
Enable the Sensor driver test

View file

@ -38,6 +38,7 @@ config CM_MM_TEST
config CM_TIME_TEST
bool "enbale time test"
depends on !DISABLE_POSIX_TIMERS
default n
config CM_PTHREAD_TEST