Kconfig 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. menuconfig SS_VIBRATOR
  2. tristate "SS_VIBRATOR"
  3. default n
  4. help
  5. Say Y to enable SAMSUNG_VIBRATOR support.
  6. config MOTOR_DRV_MAX77803
  7. tristate "Maxim MAX77803 motor"
  8. default n
  9. depends on MFD_MAX77803
  10. config MOTOR_DRV_MAX77804K
  11. tristate "Maxim MAX77804K motor"
  12. default n
  13. depends on MFD_MAX77804K
  14. config MOTOR_DRV_MAX77828
  15. tristate "Maxim MAX77828 motor"
  16. default n
  17. depends on MFD_MAX77828
  18. config MOTOR_DRV_MAX77888
  19. tristate "Maxim MAX77888 motor"
  20. default n
  21. depends on MFD_MAX77888
  22. config MOTOR_DRV_ISA1400
  23. tristate "ISA1400 motor"
  24. default n
  25. depends on I2C
  26. help
  27. Say Y to enalbe the ISA1400 IC.
  28. config MOTOR_DRV_DRV2603
  29. tristate "DRV2603 motor"
  30. default n
  31. help
  32. Say Y to enalbe the DRV2603 IC.
  33. config MOTOR_ISA1000
  34. tristate "ISA1000 motor"
  35. default n
  36. depends on SS_VIBRATOR
  37. #
  38. # vibrator controlled by PMIC regualtor configuration
  39. #
  40. menuconfig MSM_VIBRATOR
  41. tristate "MSM_VIBRATOR"
  42. default n
  43. help
  44. Say Y to enable MSM_VIBRATOR support.
  45. menuconfig MAX77826_VIBRATOR
  46. tristate "MAX77826_VIBRATOR"
  47. default n
  48. help
  49. Say Y to enable MAX77826_VIBRATOR support.
  50. config CONFIG_HAPTIC_ISA1200
  51. tristate "ISA1200 motor"
  52. default n
  53. depends on I2C
  54. help
  55. Say Y to enable the ISA1200 IC.