# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2024 Kylin Corporation.
# Authors:
#	lihongtao <lihongtao@kylinos.cn>
#	Shixiong Ou <oushixiong@kylinos.cn>

config GPU_FIRMWARE
	tristate "Build GPU device Firmware into the kernel binary"
	default m
	help
	  Although request_firmware() can store firmware as binary
	  files in the file system and transfer the firmware from user
	  space to kernel space after the kernel boots, parse the
	  firmware to obtain parameters, and finally load it to
	  the hardware device, we need to ensure that it is not
	  affected by upgrades or downgrades of the linux-firmware
	  package.
