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

Commit 535e9845 authored by Arun Kumar Neelakantam's avatar Arun Kumar Neelakantam
Browse files

defconfig: msmferrum: Enable QMI libraries on MSM FERRUM



Using select keyword to enable/disable the QMI Encode/Decode library
by creating reverse dependencies because the bool kconfig menu attribute
is absent in the initial kconfig of QMI library in kernel/lib/Kconfig.

Now the bool attribute is present to enable/disable the QMI library
through either the menuconfig interface or the defconfig file. Enable
QMI libraries to enable QMI communication by the kernel drivers.

Change-Id: Iad9a5f6b89cd83d1b4362535a945621c0f2c1e60
Signed-off-by: default avatarArun Kumar Neelakantam <aneela@codeaurora.org>
parent 53a5295c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -498,4 +498,5 @@ CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_XCBC=y
CONFIG_CRYPTO_SHA256=y
CONFIG_QMI_ENCDEC=y
CONFIG_MSM_BUSPM_DEV=m
+0 −1
Original line number Diff line number Diff line
@@ -94,7 +94,6 @@ config ARCH_MSMFERRUM
	select MSM_IRQ
	select ARM_TICKET_LOCKS
	select ARM_HAS_SG_CHAIN
	select QMI_ENCDEC

config ARCH_MSM8916
	bool "MSM8916"