aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/regulator/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 3c8b6f401e4f..e0ee40054c8d 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -253,6 +253,7 @@ config REGULATOR_HI6421
253config REGULATOR_ISL9305 253config REGULATOR_ISL9305
254 tristate "Intersil ISL9305 regulator" 254 tristate "Intersil ISL9305 regulator"
255 depends on I2C 255 depends on I2C
256 select REGMAP_I2C
256 help 257 help
257 This driver supports ISL9305 voltage regulator chip. 258 This driver supports ISL9305 voltage regulator chip.
258 259