This patch adds GSBI selection automatically from mach kconfig, As GSBI seems to be the very basic SOC specific driver and serial driver depends on it. I think this option should be selected via mach kconfig rather than adding it to any defconfig. Without this patch multi_v7_defconfig can not show up console on IFC6410. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx> --- arch/arm/mach-qcom/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig index 5bac591..d68d7ee 100644 --- a/arch/arm/mach-qcom/Kconfig +++ b/arch/arm/mach-qcom/Kconfig @@ -7,6 +7,7 @@ config ARCH_QCOM select GENERIC_CLOCKEVENTS select HAVE_SMP select QCOM_SCM if SMP + select QCOM_GSBI help Support for Qualcomm's devicetree based systems. -- 1.9.1 -- 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