# SPDX-License-Identifier: GPL-2.0
#
# Makefile for Bosch sensor driver.
#
config SENSORS_MIR3DA
        tristate "mir3da 3-Axis Orientation/Motion Detection Sensor Support"
        select I2C
        depends on AW_INPUT_SENSOR
        default n
        help
          If you say yes here you get support for the mir3da 3-Axis
          Orientation/Motion Detection Sensor.

