# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the sensor drivers.
#
# Each configuration option enables a list of files.

config AW_VIBRATOR
        tristate "vibrator driver support"
        depends on AW_INPUT_MISC
        default n
        help
          This driver implements vibrator device driver.
