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

Commit 2d51ded0 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: Kconfig: Add support for mdmferrum"

parents ed7cc5b7 b83b75a9
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -223,6 +223,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
@@ -506,6 +522,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