Skip to content

Commit

Permalink
Merge pull request LibreELEC#3855 from jernejsk/fix_configs
Browse files Browse the repository at this point in the history
Allwinner: Update kernel configs
  • Loading branch information
MilhouseVH authored Sep 19, 2019
2 parents c44ba72 + 9d2b397 commit 77a2119
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion projects/Allwinner/linux/linux.aarch64.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.2.1 Kernel Configuration
# Linux/arm64 5.3.0 Kernel Configuration
#

#
Expand All @@ -9,6 +9,7 @@
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=80300
CONFIG_CLANG_VERSION=0
CONFIG_CC_CAN_LINK=y
CONFIG_CC_HAS_ASM_GOTO=y
CONFIG_CC_HAS_WARN_MAYBE_UNINITIALIZED=y
CONFIG_IRQ_WORK=y
Expand Down
3 changes: 2 additions & 1 deletion projects/Allwinner/linux/linux.arm.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 5.2.1 Kernel Configuration
# Linux/arm 5.3.0 Kernel Configuration
#

#
Expand All @@ -9,6 +9,7 @@
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=80300
CONFIG_CLANG_VERSION=0
CONFIG_CC_CAN_LINK=y
CONFIG_CC_HAS_ASM_GOTO=y
CONFIG_CC_HAS_WARN_MAYBE_UNINITIALIZED=y
CONFIG_IRQ_WORK=y
Expand Down

0 comments on commit 77a2119

Please sign in to comment.