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:
Jing Wang 2021-01-29 18:13:56 +00:00
parent 5e39980858
commit a88b8969b6

View File

@ -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
#