mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
driver test: add depends on
Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com>
This commit is contained in:
parent
d404b846f9
commit
2cfbdbb401
4 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
config TESTING_IRTEST
|
||||
tristate "IR driver test"
|
||||
default n
|
||||
depends on DRIVERS_RC
|
||||
---help---
|
||||
Enable the IR driver test
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
config TESTING_PCITEST
|
||||
tristate "\"pcitest tools\""
|
||||
default n
|
||||
depends on PCI_EP_TEST
|
||||
---help---
|
||||
Enable the \"pcitest tools\"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
config TESTING_SENSORTEST
|
||||
tristate "Sensor driver test"
|
||||
default n
|
||||
depends on SENSORS
|
||||
---help---
|
||||
Enable the Sensor driver test
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue