diff options
| author | Christian Breunig <christian@breunig.cc> | 2024-05-01 00:26:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-01 00:26:08 +0200 |
| commit | 29f7a0c2e7ec400888c77663582a547c1bc2f162 (patch) | |
| tree | 6200ff7e735120df3fbd11f5b79ffe624f975e51 | |
| parent | fbe43ddcc2ee4a132a135bca688c533a4e9fab15 (diff) | |
| parent | 999ccad3f8ed35b18eff4cdf6baba6b1b3e87af0 (diff) | |
| download | vyos-build-29f7a0c2e7ec400888c77663582a547c1bc2f162.tar.gz vyos-build-29f7a0c2e7ec400888c77663582a547c1bc2f162.zip | |
Merge pull request #579 from zdc/T6286-circinus
kernel: T6286: Enable Generic driver for Hyper-V VMBus
| -rw-r--r-- | packages/linux-kernel/arch/arm64/configs/vyos_defconfig | 2 | ||||
| -rw-r--r-- | packages/linux-kernel/arch/x86/configs/vyos_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux-kernel/arch/arm64/configs/vyos_defconfig b/packages/linux-kernel/arch/arm64/configs/vyos_defconfig index 8c32c27a..a6686090 100644 --- a/packages/linux-kernel/arch/arm64/configs/vyos_defconfig +++ b/packages/linux-kernel/arch/arm64/configs/vyos_defconfig @@ -5314,7 +5314,7 @@ CONFIG_UIO_PCI_GENERIC=m # CONFIG_UIO_NETX is not set # CONFIG_UIO_PRUSS is not set # CONFIG_UIO_MF624 is not set -# CONFIG_UIO_HV_GENERIC is not set +CONFIG_UIO_HV_GENERIC=m CONFIG_VFIO=m CONFIG_VFIO_GROUP=y CONFIG_VFIO_CONTAINER=y diff --git a/packages/linux-kernel/arch/x86/configs/vyos_defconfig b/packages/linux-kernel/arch/x86/configs/vyos_defconfig index 3824d36e..64bf4964 100644 --- a/packages/linux-kernel/arch/x86/configs/vyos_defconfig +++ b/packages/linux-kernel/arch/x86/configs/vyos_defconfig @@ -4977,7 +4977,7 @@ CONFIG_UIO_PCI_GENERIC=m # CONFIG_UIO_NETX is not set # CONFIG_UIO_PRUSS is not set # CONFIG_UIO_MF624 is not set -# CONFIG_UIO_HV_GENERIC is not set +CONFIG_UIO_HV_GENERIC=m CONFIG_VFIO=m CONFIG_VFIO_GROUP=y CONFIG_VFIO_CONTAINER=y |
