]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
hv: Select CONFIG_SYSFB only for CONFIG_HYPERV_VMBUS
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 2 Apr 2026 09:09:15 +0000 (11:09 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Wed, 15 Apr 2026 13:37:09 +0000 (15:37 +0200)
commitd33db956c9618e7cb08c2520ce708437914214ec
treec55ae1aaa32eeefd44b45ff8a3c9513ba3297ec4
parent7daff375fa4602934b3b385f83e7ad95d97d86d3
hv: Select CONFIG_SYSFB only for CONFIG_HYPERV_VMBUS

Hyperv's sysfb access only exists in the VMBUS support. Therefore
only select CONFIG_SYSFB for CONFIG_HYPERV_VMBUS. Avoids sysfb code
on systems that don't need it.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Fixes: 96959283a58d ("Drivers: hv: Always select CONFIG_SYSFB for Hyper-V guests")
Cc: Michael Kelley <mhklinux@outlook.com>
Cc: Saurabh Sengar <ssengar@linux.microsoft.com>
Cc: Wei Liu <wei.liu@kernel.org>
Cc: "K. Y. Srinivasan" <kys@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Cc: Dexuan Cui <decui@microsoft.com>
Cc: Long Li <longli@microsoft.com>
Cc: linux-hyperv@vger.kernel.org
Cc: <stable@vger.kernel.org> # v6.16+
Reviewed-by: Saurabh Sengar <ssengar@linux.microsoft.com>
Link: https://patch.msgid.link/20260402092305.208728-2-tzimmermann@suse.de
drivers/hv/Kconfig