summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mx6/Kconfig')
-rw-r--r--arch/arm/mach-mx6/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/Kconfig b/arch/arm/mach-mx6/Kconfig
index 1db924a0975e..c202f0c56612 100644
--- a/arch/arm/mach-mx6/Kconfig
+++ b/arch/arm/mach-mx6/Kconfig
@@ -172,4 +172,13 @@ config IMX_PCIE
bool "PCI Express support"
select PCI
+config MX6_INTER_LDO_BYPASS
+ bool "Internal LDO in MX6Q/DL bypass"
+ depends on REGULATOR_PFUZE100 && CPU_FREQ_IMX && ARCH_MX6
+ default n
+ help
+ This is choosed for bypass internal LDO in MX6. If choose it, internal
+ LDO will replaced by external pmic regulator(e.g. pfuze100), VDDCORE
+ can be adjust automatically adjust by cpu frequency.
+
endif