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

Commit b83b75a9 authored by Venkatesh Yadav Abbarapu's avatar Venkatesh Yadav Abbarapu
Browse files

msm: Kconfig: Add support for mdmferrum



Update kernel config support for the mdmferrum target.

Change-Id: Idf40841680be0de32f244c6f3b11ecf3434412bd
Signed-off-by: default avatarVenkatesh Yadav Abbarapu <quicvenkat@codeaurora.org>
parent ed3638d0
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -222,6 +222,22 @@ config ARCH_MSMZIRC
	select MSM_IRQ
	select MSM_JTAG_MM if CORESIGHT_ETM

config ARCH_MDMFERRUM
	bool "MDMFERRUM"
	select ARM_GIC
	select CPU_V7
	select ARCH_MSM_CORTEXMP
	select HAVE_ARM_ARCH_TIMER
	select MAY_HAVE_SPARSE_IRQ
	select SPARSE_IRQ
	select PINCTRL
	select PINCTRL_MSM_TLMM
	select MSM_CORTEX_A7
	select MSM_NOPM
	select CPU_FREQ_MSM
	select CPU_FREQ
	select MSM_IRQ

config ARCH_MSM8610
	bool "MSM8610"
	select ARM_GIC
@@ -505,6 +521,14 @@ choice
		help
		  Say Y here if you want the debug print routines to direct
		  their output to the serial port on MSM ZIRC devices.
	config DEBUG_MDMFERRUM_UART
		bool "Kernel low-level debugging messages via MDM FERRUM UART"
		depends on ARCH_MDMFERRUM
		select MSM_HAS_DEBUG_UART_HS_V14
		help
		 Say Y here if you want the debug print routines to direct
		 their output to the serial port on MDM FERRUM devices.

endchoice

choice