summaryrefslogtreecommitdiff
path: root/drivers/iio/imu/inv_mpu/inv_test/Kconfig
blob: 86c30bd8a636c0e292c7ce44c45528431a8f3947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Kconfig for Invensense IIO testing hooks
#

config INV_TESTING
    boolean "Invensense IIO testing hooks"
    depends on INV_MPU_IIO || INV_AMI306_IIO || INV_YAS530 || INV_HUB_IIO
    default n
    help
      This flag enables display of additional testing information from the
      Invensense IIO drivers.
      It also enables the I2C counters facility to perform IO profiling.
      Some additional sysfs entries will appear when this flag is enabled.