mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
staging: hikey9xx: Kconfig: add regulator dependency
The regulator driver needs it, as otherwise it will produce errors when creating vmlinux. Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/a287238bd0141aa68aae7d4cec4c1174a43b3e53.1597766680.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fbcfdfab4a
commit
bc752d2f34
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ config MFD_HI6421_SPMI
|
|||
config REGULATOR_HI6421V600
|
||||
tristate "HiSilicon Hi6421v600 PMIC voltage regulator support"
|
||||
depends on MFD_HI6421_SPMI && OF
|
||||
depends on REGULATOR
|
||||
help
|
||||
This driver provides support for the voltage regulators on
|
||||
HiSilicon Hi6421v600 PMU / Codec IC.
|
||||
|
|
Loading…
Reference in a new issue