• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2021 Huawei Device Co., Ltd.
2#
3# This software is licensed under the terms of the GNU General Public
4# License version 2, as published by the Free Software Foundation, and
5# may be copied, distributed, and modified under those terms.
6#
7# This program is distributed in the hope that it will be useful,
8# but WITHOUT ANY WARRANTY; without even the implied warranty of
9# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10# GNU General Public License for more details.
11
12config DRIVERS_HDF_VIBRATOR
13    bool "Enable HDF vibrator driver"
14    default n
15    depends on DRIVERS_HDF
16    help
17      Answer Y to enable HDF vibrator driver.
18
19config DRIVERS_HDF_VIBRATOR_LINEAR
20    bool "Enable HDF linear vibrator driver"
21    default n
22    depends on DRIVERS_HDF_VIBRATOR
23    help
24      Answer Y to enable HDF linear vibrator driver.
25
26