blob: 6e333a7cb81aea4d9e4cc277e2e6335fd2d2ec4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
#
#
#
menuconfig VIBETONZ
tristate "Vibetonz"
default y
help
Say Y to enable Vibetonz support.
config MOTOR_DRV_MAX77693
tristate "Maxim MAX77693 motor"
default y
depends on MFD_MAX77693
help
If you say yes here you will get support for the
motor of Maxim MAX77693 PMIC.
config MOTOR_DRV_MAX8997
tristate "Maxim MAX8997 motor"
default y
depends on MFD_MAX8997
help
If you say yes here you will get support for the
motor of Maxim MAX8997 PMIC.
config MOTOR_DRV_ISA1200
tristate "ISA1200 motor"
default n
depends on I2C
help
Say Y to enalbe the ISA1200 IC.
|