# SPDX-License-Identifier: GPL-2.0-only

config REGMAP_IPC
	tristate "IPC based Regmap driver"
	select INTERVAL_TREE
	select HB_IPC_SHM
	default y
	help
	  Select this option to enable ipc regmap driver.

config REGMAP_TEE
	bool
	default y
	help
	  Select this option to enable tee regmap driver.
