arm/arm64: mm: add option to configure TLMM page attrs for 8953

Add and enable option to configure the TLMM register
region page attributes as strongly ordered for 8953
as needed for some of CPUSS sub-system functionality.

Change-Id: Id600fb5e853ca85e2d3949d0c168247c21d2d64f
Signed-off-by: Kaushal Kumar <kaushalk@codeaurora.org>
Signed-off-by: Teng Fei Fan <tengfei@codeaurora.org>
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index f72ce30..ac71d39 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -554,6 +554,16 @@
 
 endchoice
 
+config ARCH_MSM8953_SOC_SETTINGS
+	bool "Enable MSM8953 SOC settings"
+	depends on ARCH_MSM8953
+	help
+	  Enable MSM8953 SOC related settings, these generic MSM8953
+	  related settings are required for some of CPUSS sub-system
+	  functionality.
+
+	  If you are not sure what to do, select 'N' here.
+
 choice
 	prompt "Virtual address space size"
 	default ARM64_VA_BITS_39 if ARM64_4K_PAGES