Skip to content

Commit

Permalink
kernel: remove non-existent config symbols
Browse files Browse the repository at this point in the history
The crashlog patch as not ported to kernel 5.4.

Fixes: 4e0c54b ("kernel: add support for kernel 5.4")
Signed-off-by: Jianhui Zhao <[email protected]>
  • Loading branch information
zhaojh329 authored and hauke committed Nov 20, 2021
1 parent 6fcb4f4 commit 43b498f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions config/Config-kernel.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ config KERNEL_PRINTK
bool "Enable support for printk"
default y

config KERNEL_CRASHLOG
bool "Crash logging"
depends on !(arm || powerpc || sparc || TARGET_uml || i386 || x86_64)
default y

config KERNEL_SWAP
bool "Support for paging of anonymous memory (swap)"
default y if !SMALL_FLASH
Expand Down
1 change: 0 additions & 1 deletion target/linux/generic/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,6 @@ CONFIG_CPU_SW_DOMAIN_PAN=y
# CONFIG_CRAMFS is not set
CONFIG_CRAMFS_BLOCKDEV=y
# CONFIG_CRAMFS_MTD is not set
CONFIG_CRASHLOG=y
# CONFIG_CRASH_DUMP is not set
# CONFIG_CRC16 is not set
CONFIG_CRC32=y
Expand Down
1 change: 0 additions & 1 deletion target/linux/generic/config-5.4
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,6 @@ CONFIG_CPU_SW_DOMAIN_PAN=y
# CONFIG_CRAMFS is not set
CONFIG_CRAMFS_BLOCKDEV=y
# CONFIG_CRAMFS_MTD is not set
CONFIG_CRASHLOG=y
# CONFIG_CRASH_DUMP is not set
# CONFIG_CRC16 is not set
CONFIG_CRC32=y
Expand Down

0 comments on commit 43b498f

Please sign in to comment.