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

Commit 5246bc1a authored by Vatsal Bucha's avatar Vatsal Bucha Committed by Gerrit - the friendly Code Review server
Browse files

defconfig: sdm670: Enable compilation of regmap irq for sdm670



REGMAP IRQ is used in SDM670 AQT codec.
Enable compilation so as to resolve any unknown symbol errors.

CRs-Fixed: 2180664
Change-Id: I1c3f31cdd7ea047be8601f6d650381dee7810dc6
Signed-off-by: default avatarVatsal Bucha <vbucha@codeaurora.org>
parent d11b4306
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -243,6 +243,7 @@ CONFIG_NFC_NQ=y
CONFIG_IPC_ROUTER=y
CONFIG_IPC_ROUTER_SECURITY=y
CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y
CONFIG_AQT_REGMAP=y
CONFIG_REGMAP_ALLOW_WRITE_DEBUGFS=y
CONFIG_DMA_CMA=y
CONFIG_ZRAM=y
+11 −0
Original line number Diff line number Diff line
@@ -33,6 +33,17 @@ config REGMAP_IRQ
config REGMAP_SWR
	tristate

config AQT_REGMAP
	depends on SND_SOC
	bool "For regmap on AQT"
	select REGMAP_IRQ
	default n
	help
	   Say 'y' here to enable regmap_irq for aqt1000 codec.
	   This config is intended for enabling REGMAP_IRQ for
	   AQT1000 codec. AQT codec uses pm_runtime and calls
	   regmap_irq as a part of init.

config REGMAP_ALLOW_WRITE_DEBUGFS
	depends on REGMAP && DEBUG_FS
	bool "Allow REGMAP debugfs write"