diff options
author | Lily Zhang <r58066@freescale.com> | 2010-10-20 12:19:10 +0800 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2010-12-13 16:10:33 -0500 |
commit | d45126a100e9bd360f36e40b4c846d0501969ee8 (patch) | |
tree | 4e084c0d5419e95f253da2abb45d88942acd0b27 /arch | |
parent | f0449b300ae483c968cfc943dd9f36037ce4e86a (diff) |
ENGR00132805 MX5 MFG: enable MAX173135 and LTC3589
Enable MAX173135 and LTC3589 drivers in MX5 MFG
defconfig.
Signed-off-by: Lily Zhang <r58066@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/imx5_updater_defconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/configs/imx5_updater_defconfig b/arch/arm/configs/imx5_updater_defconfig index 60731b74b857..96b4ff5ca333 100644 --- a/arch/arm/configs/imx5_updater_defconfig +++ b/arch/arm/configs/imx5_updater_defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.35.3 -# Fri Oct 15 17:09:24 2010 +# Wed Oct 20 12:02:48 2010 # CONFIG_ARM=y CONFIG_HAVE_PWM=y @@ -878,6 +878,7 @@ CONFIG_HWMON=y # CONFIG_SENSORS_LM95241 is not set # CONFIG_SENSORS_MAX1111 is not set # CONFIG_SENSORS_MAX1619 is not set +# CONFIG_SENSORS_MAX17135 is not set # CONFIG_SENSORS_MAX6650 is not set # CONFIG_SENSORS_PC87360 is not set # CONFIG_SENSORS_PC87427 is not set @@ -947,11 +948,14 @@ CONFIG_MFD_SUPPORT=y # CONFIG_MFD_WM831X is not set # CONFIG_MFD_WM8350_I2C is not set # CONFIG_MFD_WM8994 is not set +CONFIG_MFD_LTC3589=y +CONFIG_MFD_LTC3589_I2C=y # CONFIG_MFD_PCF50633 is not set # CONFIG_MFD_MC13783 is not set # CONFIG_ABX500_CORE is not set # CONFIG_EZX_PCAP is not set # CONFIG_AB8500_CORE is not set +CONFIG_MFD_MAX17135=y CONFIG_REGULATOR=y # CONFIG_REGULATOR_DEBUG is not set # CONFIG_REGULATOR_DUMMY is not set @@ -966,6 +970,7 @@ CONFIG_REGULATOR=y # CONFIG_REGULATOR_TPS65023 is not set # CONFIG_REGULATOR_TPS6507X is not set CONFIG_REGULATOR_MC13892=y +CONFIG_REGULATOR_LTC3589=y CONFIG_REGULATOR_MAX17135=y CONFIG_MEDIA_SUPPORT=y |