]> Git Repo - linux.git/commitdiff
regulator: isl9305: REGULATOR_ISL9305 needs to select REGMAP_I2C
authorAxel Lin <[email protected]>
Wed, 10 Sep 2014 00:44:36 +0000 (08:44 +0800)
committerMark Brown <[email protected]>
Wed, 10 Sep 2014 11:45:48 +0000 (12:45 +0100)
Fix ERROR: "devm_regmap_init_i2c" [drivers/regulator/isl9305.ko] undefined!

Signed-off-by: Axel Lin <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
drivers/regulator/Kconfig

index 3c8b6f401e4fce9cb4e259395ef923990b17f733..e0ee40054c8db0ee1e17af4bb662cefdca618739 100644 (file)
@@ -253,6 +253,7 @@ config REGULATOR_HI6421
 config REGULATOR_ISL9305
        tristate "Intersil ISL9305 regulator"
        depends on I2C
+       select REGMAP_I2C
        help
          This driver supports ISL9305 voltage regulator chip.
 
This page took 0.057809 seconds and 4 git commands to generate.