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

Commit b2cd4930 authored by Ramprasad Katkam's avatar Ramprasad Katkam Committed by Vatsal Bucha
Browse files

regmap: Add kconfig flag for wcd regmap



Add config flag to enable wcd regmap irq driver.

Change-Id: Ic25600c8702293c489f09a82de3e506cd17880e4
Signed-off-by: default avatarRamprasad Katkam <katkam@codeaurora.org>
parent 90d7baa9
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -38,6 +38,17 @@ config REGMAP_MMIO
config REGMAP_IRQ
	bool

config REGMAP_WCD_IRQ
	depends on SND_SOC
	bool "Enable REGMAP IRQ for WCD"
	select REGMAP_IRQ
	default n
	help
	  Say 'y' here to enable REGMAP_IRQ for generic WCD IRQ.
	  This config is intended for enabling REGMAP_IRQ for
	  WCD IRQ. Generic WCD IRQ will be used for
	  wcd937x and later targets.

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