diff options
author | Robin Gong <B38343@freescale.com> | 2011-12-19 17:57:38 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-01-09 21:12:06 +0800 |
commit | 960f8c3f4f3b739fdac3262bad168a9a7cb2d5aa (patch) | |
tree | fdf6860d3df2fbbcd57045e982f8d3d16d2996ea /arch/arm/configs/imx6_defconfig | |
parent | 49d3fc67c69b120870182317e449cabb00be2bff (diff) |
ENGR00170255-1 MX6Q PFUZE100: add board level support for pfuze100
1.modify some pins for support pfuze100
2.add mx6q_sabreauto_pmic_pfuze100.c to support regulator of pfuze100
3.modify imx6_defconfig to enable pfuze driver and regulator driver
Signed-off-by: Robin Gong <B38343@freescale.com>
Diffstat (limited to 'arch/arm/configs/imx6_defconfig')
-rw-r--r-- | arch/arm/configs/imx6_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/imx6_defconfig b/arch/arm/configs/imx6_defconfig index 4b6496f7684d..5fc54636a1e1 100644 --- a/arch/arm/configs/imx6_defconfig +++ b/arch/arm/configs/imx6_defconfig @@ -1222,6 +1222,7 @@ CONFIG_MFD_CORE=y # CONFIG_MFD_MC13XXX is not set # CONFIG_MFD_MC_PMIC is not set # CONFIG_MFD_MC34708 is not set +CONFIG_MFD_PFUZE=y # CONFIG_ABX500_CORE is not set # CONFIG_EZX_PCAP is not set # CONFIG_MFD_TPS6586X is not set @@ -1242,6 +1243,7 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=y # CONFIG_REGULATOR_LP3971 is not set # CONFIG_REGULATOR_LP3972 is not set # CONFIG_REGULATOR_MC34708 is not set +CONFIG_REGULATOR_PFUZE100=y # CONFIG_REGULATOR_TPS65023 is not set # CONFIG_REGULATOR_TPS6507X is not set # CONFIG_REGULATOR_ISL6271A is not set |