From c686aab3402d024c0160faba5408c981a4f4c7d8 Mon Sep 17 00:00:00 2001 From: Rye Sears Date: Thu, 9 Apr 2026 00:58:51 +0000 Subject: [PATCH] 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 --- target/linux/x86/64/config-6.18 | 1 + target/linux/x86/generic/config-6.18 | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/x86/64/config-6.18 b/target/linux/x86/64/config-6.18 index 069cae2cb6..dbc4835bf3 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 f5e83a8688..959d2b7e8f 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