summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorMykyta Dorokhin <mykyta.dorokhin@globallogic.com>2021-01-18 21:42:19 +0200
committerMykyta Dorokhin <mykyta.dorokhin@globallogic.com>2021-01-18 21:42:19 +0200
commit8b57a1f5b9f1c28710c7eebb62d1f96692db5992 (patch)
tree3de1ed6c5ef03089a70001559ebdfc0dad4ed49a /recipes-kernel/linux
parentccb7db27ddd86bbe1d1a9231d66fb2181917268f (diff)
downloadmeta-multitech-atmel-8b57a1f5b9f1c28710c7eebb62d1f96692db5992.tar.gz
meta-multitech-atmel-8b57a1f5b9f1c28710c7eebb62d1f96692db5992.tar.bz2
meta-multitech-atmel-8b57a1f5b9f1c28710c7eebb62d1f96692db5992.zip
linux 5.4: disable fs encryption in defconfig
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux-at91-5.4.81/defconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-at91-5.4.81/defconfig b/recipes-kernel/linux/linux-at91-5.4.81/defconfig
index 27be8da..bda78b6 100644
--- a/recipes-kernel/linux/linux-at91-5.4.81/defconfig
+++ b/recipes-kernel/linux/linux-at91-5.4.81/defconfig
@@ -4,12 +4,13 @@
#
#
-# Compiler: arm-mlinux-linux-gnueabi-gcc (GCC) 8.2.0
+# Compiler: arm-mlinux-linux-gnueabi-gcc (GCC) 9.3.0
#
CONFIG_CC_IS_GCC=y
-CONFIG_GCC_VERSION=80200
+CONFIG_GCC_VERSION=90300
CONFIG_CLANG_VERSION=0
CONFIG_CC_HAS_ASM_GOTO=y
+CONFIG_CC_HAS_ASM_INLINE=y
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y
@@ -4152,7 +4153,7 @@ CONFIG_EXPORTFS=y
# CONFIG_EXPORTFS_BLOCK_OPS is not set
CONFIG_FILE_LOCKING=y
CONFIG_MANDATORY_FILE_LOCKING=y
-CONFIG_FS_ENCRYPTION=y
+# CONFIG_FS_ENCRYPTION is not set
# CONFIG_FS_VERITY is not set
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y