mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 04:04:45 +00:00
kernel: Updates to kernel config for ppc64le
Need to enable virtiofs and ipv6 to kernel config for ppc64le. Fixes: #1333 Signed-off-by: Jing Wang <jing.wang4@ibm.com>
This commit is contained in:
parent
5e39980858
commit
a88b8969b6
@ -757,7 +757,7 @@ CONFIG_INET_TCP_DIAG=y
|
||||
CONFIG_TCP_CONG_CUBIC=y
|
||||
CONFIG_DEFAULT_TCP_CONG="cubic"
|
||||
# CONFIG_TCP_MD5SIG is not set
|
||||
# CONFIG_IPV6 is not set
|
||||
CONFIG_IPV6=y
|
||||
CONFIG_NETWORK_SECMARK=y
|
||||
CONFIG_NET_PTP_CLASSIFY=y
|
||||
CONFIG_NETWORK_PHY_TIMESTAMPING=y
|
||||
@ -2433,6 +2433,7 @@ CONFIG_SPAPR_TCE_IOMMU=y
|
||||
#
|
||||
# CONFIG_RPMSG_VIRTIO is not set
|
||||
# CONFIG_SOUNDWIRE is not set
|
||||
CONFIG_VIRTIO_FS=y
|
||||
|
||||
#
|
||||
# SOC (System On Chip) specific Drivers
|
||||
@ -2552,7 +2553,7 @@ CONFIG_INOTIFY_USER=y
|
||||
# CONFIG_QUOTA is not set
|
||||
# CONFIG_AUTOFS4_FS is not set
|
||||
# CONFIG_AUTOFS_FS is not set
|
||||
# CONFIG_FUSE_FS is not set
|
||||
CONFIG_FUSE_FS=y
|
||||
# CONFIG_OVERLAY_FS is not set
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user