From: Jan Kiszka <[email protected]> This allows to build ivshmem-uio driver against our kernels.
Signed-off-by: Jan Kiszka <[email protected]> --- recipes-kernel/linux/files/arm64_defconfig_4.19 | 1 + recipes-kernel/linux/files/orangepi-zero_defconfig_4.19 | 1 + recipes-kernel/linux/files/x86-64_defconfig_4.19 | 1 + 3 files changed, 3 insertions(+) diff --git a/recipes-kernel/linux/files/arm64_defconfig_4.19 b/recipes-kernel/linux/files/arm64_defconfig_4.19 index b97fed4..2ed1a9a 100644 --- a/recipes-kernel/linux/files/arm64_defconfig_4.19 +++ b/recipes-kernel/linux/files/arm64_defconfig_4.19 @@ -415,6 +415,7 @@ CONFIG_QCOM_HIDMA_MGMT=y CONFIG_QCOM_HIDMA=y CONFIG_RCAR_DMAC=y CONFIG_SYNC_FILE=y +CONFIG_UIO=m CONFIG_VFIO=y CONFIG_VFIO_PCI=y CONFIG_VIRT_DRIVERS=y diff --git a/recipes-kernel/linux/files/orangepi-zero_defconfig_4.19 b/recipes-kernel/linux/files/orangepi-zero_defconfig_4.19 index d6c6bea..c1cab17 100644 --- a/recipes-kernel/linux/files/orangepi-zero_defconfig_4.19 +++ b/recipes-kernel/linux/files/orangepi-zero_defconfig_4.19 @@ -200,6 +200,7 @@ CONFIG_RTC_CLASS=y # CONFIG_RTC_DRV_SUN6I is not set CONFIG_DMADEVICES=y CONFIG_DMA_SUN6I=y +CONFIG_UIO=m CONFIG_VIRT_DRIVERS=y CONFIG_JAILHOUSE_DBGCON=y # CONFIG_SUN8I_A23_CCU is not set diff --git a/recipes-kernel/linux/files/x86-64_defconfig_4.19 b/recipes-kernel/linux/files/x86-64_defconfig_4.19 index eb0a541..4d5313b 100644 --- a/recipes-kernel/linux/files/x86-64_defconfig_4.19 +++ b/recipes-kernel/linux/files/x86-64_defconfig_4.19 @@ -267,6 +267,7 @@ CONFIG_MMC_SDHCI_PCI=y CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y CONFIG_SYNC_FILE=y +CONFIG_UIO=m CONFIG_VIRT_DRIVERS=y CONFIG_JAILHOUSE_DBGCON=y CONFIG_VIRTIO_PCI=y -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
