blob: f6b6e15999311c768449d98e14f8665feebc1c57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# Kconfig for Invensense IIO testing hooks
#
config INV_TESTING
boolean "Invensense IIO testing hooks"
depends on INV_MPU_IIO || INV_AMI306_IIO || INV_YAS530
default n
help
This flag enables display of additional testing information from the
Invensense IIO drivers
|