Add a defconfig for mach-qcom platforms (copied from msm_defconfig). Although these platforms are part of the multi-platform kernel, it's useful to have a stripped down version of the defconfig that just selects the DT based Qualcomm platforms and drivers. Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxxxxxx> --- Changes since v1: * Added CONFIG_DEVTMPFS/DEVTMPFS_MOUNT per Josh arch/arm/configs/{msm_defconfig => qcom_defconfig} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) copy arch/arm/configs/{msm_defconfig => qcom_defconfig} (97%) diff --git a/arch/arm/configs/msm_defconfig b/arch/arm/configs/qcom_defconfig similarity index 97% copy from arch/arm/configs/msm_defconfig copy to arch/arm/configs/qcom_defconfig index c5858b9eb516..5f11d6de9084 100644 --- a/arch/arm/configs/msm_defconfig +++ b/arch/arm/configs/qcom_defconfig @@ -17,7 +17,7 @@ CONFIG_MODULE_UNLOAD=y CONFIG_MODULE_FORCE_UNLOAD=y CONFIG_MODVERSIONS=y CONFIG_PARTITION_ADVANCED=y -CONFIG_ARCH_MSM_DT=y +CONFIG_ARCH_QCOM=y CONFIG_ARCH_MSM8X60=y CONFIG_ARCH_MSM8960=y CONFIG_ARCH_MSM8974=y @@ -27,7 +27,6 @@ CONFIG_AEABI=y CONFIG_HIGHMEM=y CONFIG_HIGHPTE=y CONFIG_CLEANCACHE=y -CONFIG_CC_STACKPROTECTOR=y CONFIG_ARM_APPENDED_DTB=y CONFIG_ARM_ATAG_DTB_COMPAT=y CONFIG_VFP=y @@ -49,6 +48,8 @@ CONFIG_IP_PNP_DHCP=y # CONFIG_IPV6 is not set CONFIG_CFG80211=y CONFIG_RFKILL=y +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_SCSI=y @@ -111,7 +112,6 @@ CONFIG_USB_SERIAL=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_DEBUG_FILES=y CONFIG_USB_GADGET_VBUS_DRAW=500 -CONFIG_NEW_LEDS=y CONFIG_RTC_CLASS=y CONFIG_STAGING=y CONFIG_COMMON_CLK_QCOM=y -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html