# SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note OR MIT
#
# (C) COPYRIGHT 2022 ARM Limited. All rights reserved.
#

config BUILD_EMU_KBASE_MODULE
	bool "Build an emulated kbase"
	depends on BUILD_KERNEL_MODULES
	default n
	default y if MALI_ARBITER_SUPPORT
	help
	  Build an emulated kbase useful
	  to test while arbitration is enabled

	  If unsure, say N.
