From: Jan Kiszka <[email protected]> This driver comes with jailhouse-enabling/5.4 and needs to be built in so that it is also available for the non-root cells.
Signed-off-by: Jan Kiszka <[email protected]> --- recipes-kernel/linux/files/amd64_defconfig_4.19 | 3 ++- recipes-kernel/linux/files/arm64_defconfig_4.19 | 3 ++- recipes-kernel/linux/files/orangepi-zero_defconfig_4.19 | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/files/amd64_defconfig_4.19 b/recipes-kernel/linux/files/amd64_defconfig_4.19 index 4d5313b..d76215b 100644 --- a/recipes-kernel/linux/files/amd64_defconfig_4.19 +++ b/recipes-kernel/linux/files/amd64_defconfig_4.19 @@ -267,7 +267,8 @@ CONFIG_MMC_SDHCI_PCI=y CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y CONFIG_SYNC_FILE=y -CONFIG_UIO=m +CONFIG_UIO=y +CONFIG_UIO_IVSHMEM=y CONFIG_VIRT_DRIVERS=y CONFIG_JAILHOUSE_DBGCON=y CONFIG_VIRTIO_PCI=y diff --git a/recipes-kernel/linux/files/arm64_defconfig_4.19 b/recipes-kernel/linux/files/arm64_defconfig_4.19 index a79e0e9..c4814c3 100644 --- a/recipes-kernel/linux/files/arm64_defconfig_4.19 +++ b/recipes-kernel/linux/files/arm64_defconfig_4.19 @@ -415,7 +415,8 @@ CONFIG_QCOM_HIDMA_MGMT=y CONFIG_QCOM_HIDMA=y CONFIG_RCAR_DMAC=y CONFIG_SYNC_FILE=y -CONFIG_UIO=m +CONFIG_UIO=y +CONFIG_UIO_IVSHMEM=y 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 7e925bc..79f8f79 100644 --- a/recipes-kernel/linux/files/orangepi-zero_defconfig_4.19 +++ b/recipes-kernel/linux/files/orangepi-zero_defconfig_4.19 @@ -200,7 +200,8 @@ CONFIG_RTC_CLASS=y # CONFIG_RTC_DRV_SUN6I is not set CONFIG_DMADEVICES=y CONFIG_DMA_SUN6I=y -CONFIG_UIO=m +CONFIG_UIO=y +CONFIG_UIO_IVSHMEM=y CONFIG_VIRT_DRIVERS=y CONFIG_JAILHOUSE_DBGCON=y # CONFIG_SUN8I_A23_CCU is not set -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/7db1d60ef3a20a092b808b69e7ea1cace00b20c0.1579170887.git.jan.kiszka%40siemens.com.
