Say y here to support the regulators found on the Freescale
          PFUZE100/PFUZE200 PMIC.
      
  ++++config REGULATOR_PV88060
  ++++  tristate "Powerventure Semiconductor PV88060 regulator"
  ++++  depends on I2C
  ++++  select REGMAP_I2C
  ++++  help
  ++++    Say y here to support the voltage regulators and convertors
  ++++    PV88060
  ++++
+ ++++config REGULATOR_PV88090
+ ++++  tristate "Powerventure Semiconductor PV88090 regulator"
+ ++++  depends on I2C
+ ++++  select REGMAP_I2C
+ ++++  help
+ ++++    Say y here to support the voltage regulators and convertors
+ ++++    on PV88090
+ ++++
      config REGULATOR_PWM
        tristate "PWM voltage regulator"
        depends on PWM
 
      obj-$(CONFIG_REGULATOR_QCOM_SPMI) += qcom_spmi-regulator.o
      obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o
      obj-$(CONFIG_REGULATOR_PFUZE100) += pfuze100-regulator.o
  ++++obj-$(CONFIG_REGULATOR_PV88060) += pv88060-regulator.o
+ ++++obj-$(CONFIG_REGULATOR_PV88090) += pv88090-regulator.o
      obj-$(CONFIG_REGULATOR_PWM) += pwm-regulator.o
      obj-$(CONFIG_REGULATOR_TPS51632) += tps51632-regulator.o
      obj-$(CONFIG_REGULATOR_PBIAS) += pbias-regulator.o