# SPDX-License-Identifier: GPL-2.0

menu "heterogeneous device agent"

config HDA_PERSIST_MEM
	tristate "persist mem."
	default m
	depends on HDDF
	help
		If unsure, say N.

config HDA_REMOTE_MEM
	tristate "remote mem."
	default m
	depends on HDDF
	help
		If unsure, say N.

config HDA_NVME_DISK
	tristate "nvme disk."
	default m
	depends on HDDF
	help
		If unsure, say N.

endmenu
