sys-kernel/coreos-modules: fix 9p config options

commit c1726216b31b9ed6f909ca4f4fcb7fda10616c10 somehow changed the case
on the CONFIG_NET_9P option, causing it to be disabled. fix up other 9p
options while we're here.
This commit is contained in:
Nick Owens 2016-08-18 13:33:35 -07:00
parent dd16d73e11
commit 0f8806279c

View File

@ -769,10 +769,14 @@ CONFIG_CIFS_ACL=y
CONFIG_CIFS_DFS_UPCALL=y
CONFIG_CIFS_SMB2=y
CONFIG_CIFS_FSCACHE=y
CONFIG_NET_9p=m
CONFIG_NET_9P=m
CONFIG_NET_9P_VIRTIO=m
CONFIG_NET_9P_RDMA=m
# CONFIG_NET_9P_DEBUG is not set
CONFIG_9P_FS=m
CONFIG_9P_FSCACHE=y
CONFIG_9P_FS_POSIX_ACL=y
CONFIG_9P_FS_SECURITY=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_ASCII=m
CONFIG_NLS_UTF8=m