Message ID | 1402398980-24664-1-git-send-email-srinivas.kandagatla@linaro.org |
---|---|
State | New |
Headers | show |
On 06/10/14 04:16, Srinivas Kandagatla wrote: > 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@linaro.org> > No, we should be getting rid of selects, not adding more. Just put this in the multi_v7_defconfig.
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.
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@linaro.org> --- arch/arm/mach-qcom/Kconfig | 1 + 1 file changed, 1 insertion(+)