# SPDX-License-Identifier: GPL-2.0

menu "remote pager device"

config REMOTE_PAGER
	tristate "remote pager"
	default m
	depends on GMEM
	help
		If unsure, say Y.

config REMOTE_PAGER_MASTER
	tristate "remote pager master"
	default m
	depends on REMOTE_PAGER
	help
		If unsure, say Y.

config REMOTE_PAGER_SLAVE
	tristate "remote pager slave"
	default n
	depends on ARM64
	depends on REMOTE_PAGER
	help
		If you want to remote_pager driver to support the peer function,
		say m.
		If unsure, say N.
endmenu
