diff options
author | Will Deacon <will.deacon@arm.com> | 2014-07-29 11:20:02 -0400 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2014-07-29 11:20:02 -0400 |
commit | af9b99647cd2a6a2b8a4a1c9ba6193dd375218b5 (patch) | |
tree | 49c5c45a8f3315bb1dde9ed7cc11e9e320f78021 /arch/arm64 | |
parent | 72c5839515260dce966cd24f54436e6583288e6c (diff) |
arm64: defconfig: add virtio support for running as a kvm guest
When running as a kvm guest on a para-virtualised platform, it is useful
to have virtio implementations of console, 9pfs and network.
This adds these options to the arm64 defconfig, so we can easily run a
defconfig kernel build as both host and as a kvm guest.
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/configs/defconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 3421f316f5dc..c1071268c912 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -52,6 +52,8 @@ CONFIG_IP_PNP_BOOTP=y | |||
52 | # CONFIG_INET_LRO is not set | 52 | # CONFIG_INET_LRO is not set |
53 | # CONFIG_IPV6 is not set | 53 | # CONFIG_IPV6 is not set |
54 | # CONFIG_WIRELESS is not set | 54 | # CONFIG_WIRELESS is not set |
55 | CONFIG_NET_9P=y | ||
56 | CONFIG_NET_9P_VIRTIO=y | ||
55 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 57 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
56 | CONFIG_DEVTMPFS=y | 58 | CONFIG_DEVTMPFS=y |
57 | CONFIG_DMA_CMA=y | 59 | CONFIG_DMA_CMA=y |
@@ -65,6 +67,7 @@ CONFIG_PATA_PLATFORM=y | |||
65 | CONFIG_PATA_OF_PLATFORM=y | 67 | CONFIG_PATA_OF_PLATFORM=y |
66 | CONFIG_NETDEVICES=y | 68 | CONFIG_NETDEVICES=y |
67 | CONFIG_TUN=y | 69 | CONFIG_TUN=y |
70 | CONFIG_VIRTIO_NET=y | ||
68 | CONFIG_SMC91X=y | 71 | CONFIG_SMC91X=y |
69 | CONFIG_SMSC911X=y | 72 | CONFIG_SMSC911X=y |
70 | # CONFIG_WLAN is not set | 73 | # CONFIG_WLAN is not set |
@@ -76,6 +79,7 @@ CONFIG_SERIAL_8250_CONSOLE=y | |||
76 | CONFIG_SERIAL_AMBA_PL011=y | 79 | CONFIG_SERIAL_AMBA_PL011=y |
77 | CONFIG_SERIAL_AMBA_PL011_CONSOLE=y | 80 | CONFIG_SERIAL_AMBA_PL011_CONSOLE=y |
78 | CONFIG_SERIAL_OF_PLATFORM=y | 81 | CONFIG_SERIAL_OF_PLATFORM=y |
82 | CONFIG_VIRTIO_CONSOLE=y | ||
79 | # CONFIG_HW_RANDOM is not set | 83 | # CONFIG_HW_RANDOM is not set |
80 | # CONFIG_HWMON is not set | 84 | # CONFIG_HWMON is not set |
81 | CONFIG_REGULATOR=y | 85 | CONFIG_REGULATOR=y |
@@ -90,6 +94,7 @@ CONFIG_USB_ISP1760_HCD=y | |||
90 | CONFIG_USB_STORAGE=y | 94 | CONFIG_USB_STORAGE=y |
91 | CONFIG_MMC=y | 95 | CONFIG_MMC=y |
92 | CONFIG_MMC_ARMMMCI=y | 96 | CONFIG_MMC_ARMMMCI=y |
97 | CONFIG_VIRTIO_BALLOON=y | ||
93 | CONFIG_VIRTIO_MMIO=y | 98 | CONFIG_VIRTIO_MMIO=y |
94 | # CONFIG_IOMMU_SUPPORT is not set | 99 | # CONFIG_IOMMU_SUPPORT is not set |
95 | CONFIG_EXT2_FS=y | 100 | CONFIG_EXT2_FS=y |
@@ -107,6 +112,7 @@ CONFIG_HUGETLBFS=y | |||
107 | # CONFIG_MISC_FILESYSTEMS is not set | 112 | # CONFIG_MISC_FILESYSTEMS is not set |
108 | CONFIG_NFS_FS=y | 113 | CONFIG_NFS_FS=y |
109 | CONFIG_ROOT_NFS=y | 114 | CONFIG_ROOT_NFS=y |
115 | CONFIG_9P_FS=y | ||
110 | CONFIG_NLS_CODEPAGE_437=y | 116 | CONFIG_NLS_CODEPAGE_437=y |
111 | CONFIG_NLS_ISO8859_1=y | 117 | CONFIG_NLS_ISO8859_1=y |
112 | CONFIG_VIRTUALIZATION=y | 118 | CONFIG_VIRTUALIZATION=y |