mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-23 10:32:54 +00:00
enable 9p on x86_64
Fixes: 537ae029
("update version, revrite config files, use zstd compression for kernel")
It is enabled on i686 and arm64.
Thanks to betcher@ for noting this.
This commit is contained in:
parent
3fee972b05
commit
03c817ef27
2 changed files with 14 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 5.15.74 Kernel Configuration
|
||||
# Linux/x86 5.15.77 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0 20210728 (ROSA)"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -10842,6 +10842,8 @@ CONFIG_SYMBOLIC_ERRNAME=y
|
|||
CONFIG_DEBUG_BUGVERBOSE=y
|
||||
# end of printk and dmesg options
|
||||
|
||||
CONFIG_AS_HAS_NON_CONST_LEB128=y
|
||||
|
||||
#
|
||||
# Compile-time checks and compiler options
|
||||
#
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 5.15.74 Kernel Configuration
|
||||
# Linux/x86 5.15.77 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0 20210728 (ROSA)"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -2020,7 +2020,10 @@ CONFIG_RFKILL=y
|
|||
CONFIG_RFKILL_LEDS=y
|
||||
CONFIG_RFKILL_INPUT=y
|
||||
CONFIG_RFKILL_GPIO=m
|
||||
# CONFIG_NET_9P is not set
|
||||
CONFIG_NET_9P=y
|
||||
CONFIG_NET_9P_VIRTIO=m
|
||||
CONFIG_NET_9P_XEN=m
|
||||
# CONFIG_NET_9P_DEBUG is not set
|
||||
# CONFIG_CAIF is not set
|
||||
CONFIG_CEPH_LIB=m
|
||||
# CONFIG_CEPH_LIB_PRETTYDEBUG is not set
|
||||
|
@ -10114,6 +10117,10 @@ CONFIG_AFS_FS=m
|
|||
# CONFIG_AFS_DEBUG is not set
|
||||
CONFIG_AFS_FSCACHE=y
|
||||
# CONFIG_AFS_DEBUG_CURSOR is not set
|
||||
CONFIG_9P_FS=m
|
||||
CONFIG_9P_FSCACHE=y
|
||||
CONFIG_9P_FS_POSIX_ACL=y
|
||||
CONFIG_9P_FS_SECURITY=y
|
||||
CONFIG_NLS=y
|
||||
CONFIG_NLS_DEFAULT="utf8"
|
||||
CONFIG_NLS_CODEPAGE_437=y
|
||||
|
@ -10724,6 +10731,8 @@ CONFIG_SYMBOLIC_ERRNAME=y
|
|||
CONFIG_DEBUG_BUGVERBOSE=y
|
||||
# end of printk and dmesg options
|
||||
|
||||
CONFIG_AS_HAS_NON_CONST_LEB128=y
|
||||
|
||||
#
|
||||
# Compile-time checks and compiler options
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue