Skip to content

Commit 6179b0e

Browse files
Anson-Huangbroonie
authored andcommitted
regulator: anatop: Improve Kconfig dependency
ANATOP regulator should depend on ARCH_MXC or COMPILE_TEST. Signed-off-by: Anson Huang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent b5f2530 commit 6179b0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/regulator/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ config REGULATOR_AD5398
107107

108108
config REGULATOR_ANATOP
109109
tristate "Freescale i.MX on-chip ANATOP LDO regulators"
110+
depends on ARCH_MXC || COMPILE_TEST
110111
depends on MFD_SYSCON
111112
help
112113
Say y here to support Freescale i.MX on-chip ANATOP LDOs

0 commit comments

Comments
 (0)