diff options
author | Olof Johansson <olof@lixom.net> | 2014-01-09 03:07:32 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-01-09 03:07:32 -0500 |
commit | 64576e439709738c0f55ab60cdba0ad18d5aa24e (patch) | |
tree | 031394615b00dacbcec5c9e4b99f4494992ce375 /arch/arm/configs | |
parent | 3d7e0207ced354d1647195f53bcc670f9756c649 (diff) | |
parent | c0f8a48723d1e7ec48f65c72f880bc49edea9a4a (diff) |
Merge branch 'qcom/drivers' into next/drivers
* qcom/drivers:
tty: serial: Limit msm_serial_hs driver to platforms that use it
mmc: msm_sdcc: Limit driver to platforms that use it
usb: phy: msm: Move mach dependent code to platform data
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/msm_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/msm_defconfig b/arch/arm/configs/msm_defconfig index 690b5f9c7462..c5698b7ce444 100644 --- a/arch/arm/configs/msm_defconfig +++ b/arch/arm/configs/msm_defconfig | |||
@@ -20,6 +20,7 @@ CONFIG_PARTITION_ADVANCED=y | |||
20 | CONFIG_ARCH_MSM=y | 20 | CONFIG_ARCH_MSM=y |
21 | CONFIG_ARCH_MSM8X60=y | 21 | CONFIG_ARCH_MSM8X60=y |
22 | CONFIG_ARCH_MSM8960=y | 22 | CONFIG_ARCH_MSM8960=y |
23 | CONFIG_ARCH_MSM8974=y | ||
23 | CONFIG_SMP=y | 24 | CONFIG_SMP=y |
24 | CONFIG_PREEMPT=y | 25 | CONFIG_PREEMPT=y |
25 | CONFIG_AEABI=y | 26 | CONFIG_AEABI=y |
@@ -88,6 +89,8 @@ CONFIG_SSBI=y | |||
88 | CONFIG_DEBUG_GPIO=y | 89 | CONFIG_DEBUG_GPIO=y |
89 | CONFIG_GPIO_SYSFS=y | 90 | CONFIG_GPIO_SYSFS=y |
90 | CONFIG_POWER_SUPPLY=y | 91 | CONFIG_POWER_SUPPLY=y |
92 | CONFIG_POWER_RESET=y | ||
93 | CONFIG_POWER_RESET_MSM=y | ||
91 | CONFIG_THERMAL=y | 94 | CONFIG_THERMAL=y |
92 | CONFIG_REGULATOR=y | 95 | CONFIG_REGULATOR=y |
93 | CONFIG_MEDIA_SUPPORT=y | 96 | CONFIG_MEDIA_SUPPORT=y |