From: Rye Sears Date: Thu, 9 Apr 2026 00:58:51 +0000 (+0000) Subject: x86: enable HYPERV_VMBUS X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c686aab3402d024c0160faba5408c981a4f4c7d8;p=thirdparty%2Fopenwrt.git x86: enable HYPERV_VMBUS enable HYPERV_VMBUS in x86/generic and x86/64. Fixes: #22846 Signed-off-by: Rye Sears Link: https://github.com/openwrt/openwrt/pull/22860 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/x86/64/config-6.18 b/target/linux/x86/64/config-6.18 index 069cae2cb63..dbc4835bf39 100644 --- a/target/linux/x86/64/config-6.18 +++ b/target/linux/x86/64/config-6.18 @@ -262,6 +262,7 @@ CONFIG_HYPERV_STORAGE=y # CONFIG_HYPERV_TESTING is not set CONFIG_HYPERV_TIMER=y CONFIG_HYPERV_UTILS=y +CONFIG_HYPERV_VMBUS=y # CONFIG_HYPERV_VSOCKETS is not set # CONFIG_HYPERV_VTL_MODE is not set # CONFIG_I2C_AMD_MP2 is not set diff --git a/target/linux/x86/generic/config-6.18 b/target/linux/x86/generic/config-6.18 index f5e83a86882..959d2b7e8f8 100644 --- a/target/linux/x86/generic/config-6.18 +++ b/target/linux/x86/generic/config-6.18 @@ -186,6 +186,7 @@ CONFIG_HYPERV_STORAGE=y # CONFIG_HYPERV_TESTING is not set CONFIG_HYPERV_TIMER=y CONFIG_HYPERV_UTILS=y +CONFIG_HYPERV_VMBUS=y # CONFIG_I2C_AMD_MP2 is not set # CONFIG_I2C_ZHAOXIN is not set # CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT is not set