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

Commit 6c9fff25 authored by Kishan Kumar's avatar Kishan Kumar
Browse files

msm: Kconfig: Keep minimal features enabled for ferrum



Keep minimal features enabled for bringup. Also add
any missing feature.

Change-Id: I49feb52c57e0ef3a486c7627e9e9f6cfefb97763
Signed-off-by: default avatarKishan Kumar <kishank@codeaurora.org>
parent 0cdaeb86
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@ config ARCH_APQ8084
config ARCH_MSMFERRUM
	bool "MSMFERRUM"
	select ARCH_MSM_CORTEXMP
	select GPIO_MSM_V3
	select ARM_GIC
	select MULTI_IRQ_HANDLER
	select CPU_V7
@@ -91,11 +90,10 @@ config ARCH_MSMFERRUM
	select PINCTRL_MSM_TLMM
	select MSM_NOPM
	select CPU_FREQ
	select MSM_QDSP6_APRV3
	select MSM_QDSP6V2_CODECS
	select MSM_AUDIO_QDSP6V2 if SND_SOC
	select MSM_CORTEX_A7
	select MSM_IRQ
	select ARM_TICKET_LOCKS
	select ARM_HAS_SG_CHAIN

config ARCH_MSM8916
	bool "MSM8916"
@@ -383,7 +381,6 @@ config PHYS_OFFSET
	hex
	default "0x00000000" if ARCH_MSM8974
	default "0x00000000" if ARCH_APQ8084
	default "0x80000000" if ARCH_MSMFERRUM
	default "0x00000000" if ARCH_MSM8226
	default "0x00000000" if ARCH_MSM8610
	default "0x0b600000" if ARCH_FSM9900
+0 −3
Original line number Diff line number Diff line
@@ -19,9 +19,6 @@
# FSM9010
   zreladdr-$(CONFIG_ARCH_FSM9010)	:= 0x00008000

# MSMFERRUM
   zreladdr-$(CONFIG_ARCH_MSMFERRUM)	:= 0x80008000

# MSM8610
   zreladdr-$(CONFIG_ARCH_MSM8610)	:= 0x00008000