aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorBalaji Rao <balajirrao@gmail.com>2008-11-20 19:46:49 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-20 19:46:49 +0000
commit423644c578e2e56bbdd2b6e9d08dfbe406a8f53f (patch)
tree411a7e72a70d2a28c5312bd591d6c6b97e1b93f5 /drivers/regulator/Kconfig
parentfa62cc7d002b4422d44f453a08d9cd7c1f192600 (diff)
pcf50633_use_regulator_api.patch
Modify pcf50633 driver to use the new regulator API.
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 39360e2a454..607b7937592 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -73,4 +73,8 @@ config REGULATOR_DA903X
Say y here to support the BUCKs and LDOs regulators found on
Dialog Semiconductor DA9030/DA9034 PMIC.
+config REGULATOR_PCF50633
+ bool "PCF50633 regulator driver"
+ depends on SENSORS_PCF50633
+
endif