From 5c91ab64456f954b9c6f5e08bc60c0cb40d4976e Mon Sep 17 00:00:00 2001 From: Neeraj Upadhyay Date: Tue, 22 Nov 2016 12:11:28 +0530 Subject: [PATCH] arm: qcom: correct description for MSMTRITON and MSMFALCON Correct description for ARCH_MSMFALCON and ARCH_MSMTRITON, to match the guidelines. Change-Id: I2e657f3237c7ed38111b7bc6bddbf07ef4420924 Signed-off-by: Neeraj Upadhyay --- arch/arm/mach-qcom/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig index cbccbeb483c9..a4fba1af7744 100644 --- a/arch/arm/mach-qcom/Kconfig +++ b/arch/arm/mach-qcom/Kconfig @@ -2,7 +2,7 @@ if ARCH_QCOM menu "QCOM SoC Type" config ARCH_MSMFALCON - bool "Enable Support for Qualcomm MSMFALCON" + bool "Enable Support for MSMFALCON" select CLKDEV_LOOKUP select HAVE_CLK select HAVE_CLK_PREPARE @@ -40,7 +40,7 @@ config ARCH_MSMFALCON wish to build a kernel that runs on this chipset, say 'N' here. config ARCH_MSMTRITON - bool "Enable Support for Qualcomm MSMTRITON" + bool "Enable Support for MSMTRITON" select CLKDEV_LOOKUP select HAVE_CLK select HAVE_CLK_PREPARE