Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29121848 authored by Tengfei Fan's avatar Tengfei Fan
Browse files

ARM: qcom: Add ARCH_BENGAL to support 32bit



Add ARCH_BENGAL to Kconfig to support 32bit Bengal.

Change-Id: Ic36c6ed627bb6b535de8c216f8f7037bc6367e03
Signed-off-by: default avatarTengfei Fan <tengfeif@codeaurora.org>
parent 4c95eded
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -27,4 +27,27 @@ config ARCH_MDM9615
	bool "Enable support for MDM9615"
	select CLKSRC_QCOM

config ARCH_BENGAL
	bool "Enable Support for Qualcomm Technologies, Inc. BENGAL"
	select COMMON_CLK_QCOM
	select CPU_V7
	select HAVE_CLK
	select HAVE_CLK_PREPARE
	select PM_OPP
	select SOC_BUS
	select THERMAL_WRITABLE_TRIPS
	select ARM_GIC_V3
	select ARM_AMBA
	select SPARSE_IRQ
	select MULTI_IRQ_HANDLER
	select HAVE_ARM_ARCH_TIMER
	select COMMON_CLK
	select PINCTRL_MSM
	select MSM_PM if PM
	select CPU_FREQ
	select PM_DEVFREQ
	help
	  This enables support for the BENGAL chipset. If you do not
	  wish to build a kernel that runs on this chipset, say 'N' here.

endif