^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) # all sensors drivers configuration
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) comment "handle all sensors"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) menuconfig SENSOR_DEVICE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) tristate "handle angle,accel,compass,gyroscope,lsensor psensor etc"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) default n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) if SENSOR_DEVICE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) source "drivers/input/sensors/angle/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) source "drivers/input/sensors/accel/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) source "drivers/input/sensors/compass/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) source "drivers/input/sensors/gyro/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) source "drivers/input/sensors/lsensor/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) source "drivers/input/sensors/psensor/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) source "drivers/input/sensors/temperature/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) source "drivers/input/sensors/pressure/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) source "drivers/input/sensors/hall/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) endif