mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 15:02:45 +00:00
config: remove 2 config as they are removed in 5.15
I'm sure that it is correct to remove CONFIG_ARM64_UAO and CONFIG_MANDATORY_FILE_LOCKING and . Both are gone in 5.15. Maintain a specific config files for a kernel version is a little ugly. If someone needs them, shout at me. Fixes: #3280 Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
This commit is contained in:
parent
1b6f7401e0
commit
8a9007fe45
@ -37,7 +37,6 @@ CONFIG_ARM64_PAN=y
|
|||||||
CONFIG_ARM64_CNP=y
|
CONFIG_ARM64_CNP=y
|
||||||
CONFIG_ARM64_PMEM=y
|
CONFIG_ARM64_PMEM=y
|
||||||
CONFIG_ARM64_RAS_EXTN=y
|
CONFIG_ARM64_RAS_EXTN=y
|
||||||
CONFIG_ARM64_UAO=y
|
|
||||||
# end of ARMv8.2 architectural feature
|
# end of ARMv8.2 architectural feature
|
||||||
|
|
||||||
CONFIG_NO_HZ_FULL=y
|
CONFIG_NO_HZ_FULL=y
|
||||||
|
@ -26,7 +26,6 @@ CONFIG_FS_POSIX_ACL=y
|
|||||||
CONFIG_EXPORTFS=y
|
CONFIG_EXPORTFS=y
|
||||||
CONFIG_EXPORTFS_BLOCK_OPS=y
|
CONFIG_EXPORTFS_BLOCK_OPS=y
|
||||||
CONFIG_FILE_LOCKING=y
|
CONFIG_FILE_LOCKING=y
|
||||||
CONFIG_MANDATORY_FILE_LOCKING=y
|
|
||||||
# A bunch of these are required for systemd at least.
|
# A bunch of these are required for systemd at least.
|
||||||
CONFIG_FSNOTIFY=y
|
CONFIG_FSNOTIFY=y
|
||||||
CONFIG_DNOTIFY=y
|
CONFIG_DNOTIFY=y
|
||||||
|
Loading…
Reference in New Issue
Block a user