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

Commit 7dce861e authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "regmap: Add kconfig flag for wcd regmap"

parents b63617d3 b2cd4930
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"