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

regulator: mt6358: Add BROKEN dependency while waiting for MFD to merge

The mt6358 driver was merged in error, it depends on an existing MFD
rather than a newly added one and needs updates to that driver. Disable
the build until those are merged.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@kernel.org>

+1 -1
+1 -1
drivers/regulator/Kconfig
··· 621 621 622 622 config REGULATOR_MT6358 623 623 tristate "MediaTek MT6358 PMIC" 624 - depends on MFD_MT6397 624 + depends on MFD_MT6397 && BROKEN 625 625 help 626 626 Say y here to select this option to enable the power regulator of 627 627 MediaTek MT6358 PMIC.