#
#
#
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.

config MOTOR_DRV_DRV2603
	tristate "DRV2603"
	default n
	depends on ANDROID_TIMED_OUTPUT
	help
	  Say Y to enalbe the DRV2603 IC.

config DC_MOTOR
	tristate "DC motor"
	default n
	depends on ANDROID_TIMED_OUTPUT
	help
	  Say Y to enalbe the DC motor.