diff options
author | Gyungoh Yoo <jack.yoo@skyworksinc.com> | 2014-11-17 17:33:10 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-17 14:19:24 +0000 |
commit | 70b5b27c4fbe1e8b6edc29082fcb2b79ef0838b8 (patch) | |
tree | 3cd5eba74840c7e16a80021da9db43c1a761ca16 /drivers/regulator | |
parent | 6cf0bf0dfba6e1dfea061db2eef48ea2cbff68da (diff) |
regulator: sky81452: Modify dependent Kconfig symbol
Signed-off-by: Gyungoh Yoo <jack.yoo@skyworksinc.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 55d7b7b0f2e0..fe84bd461f86 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -547,7 +547,7 @@ config REGULATOR_S5M8767 config REGULATOR_SKY81452 tristate "Skyworks Solutions SKY81452 voltage regulator" - depends on SKY81452 + depends on MFD_SKY81452 help This driver supports Skyworks SKY81452 voltage output regulator via I2C bus. SKY81452 has one voltage linear regulator can be |