Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mauro Carvalho Chehab and committed by
Greg Kroah-Hartman
bc752d2f fbcfdfab

+1
+1
drivers/staging/hikey9xx/Kconfig
··· 31 31 config REGULATOR_HI6421V600 32 32 tristate "HiSilicon Hi6421v600 PMIC voltage regulator support" 33 33 depends on MFD_HI6421_SPMI && OF 34 + depends on REGULATOR 34 35 help 35 36 This driver provides support for the voltage regulators on 36 37 HiSilicon Hi6421v600 PMU / Codec IC.