Skip to content

Commit

Permalink
redbull_defconfig: Disable /dev/kmsg ratelimit
Browse files Browse the repository at this point in the history
For serial logging.

Signed-off-by: Danny Lin <[email protected]>
  • Loading branch information
kdrag0n committed Nov 18, 2020
1 parent c227c0b commit bc1bbca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion arch/arm64/configs/redbull_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ CONFIG_SCHED_TUNE=y
# CONFIG_RELAY is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
# CONFIG_INITRAMFS_FORCE is not set
CONFIG_RD_GZIP=y
# CONFIG_RD_BZIP2 is not set
# CONFIG_RD_LZMA is not set
Expand Down Expand Up @@ -457,7 +458,10 @@ CONFIG_RANDOMIZE_MODULE_REGION_FULL=y
#
# Boot options
#
CONFIG_CMDLINE=""
CONFIG_CMDLINE="printk.devkmsg=on"
# CONFIG_CMDLINE_FROM_BOOTLOADER is not set
CONFIG_CMDLINE_EXTEND=y
# CONFIG_CMDLINE_FORCE is not set
# CONFIG_EFI is not set
CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE=y
CONFIG_IMG_GZ_DTB=y
Expand Down

0 comments on commit bc1bbca

Please sign in to comment.