Skip to content

Commit

Permalink
Amlogic-ce: enable CONFIG_DYNAMIC_DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Portisch committed Aug 28, 2023
1 parent 87d1b35 commit 4e1f8c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
Expand Up @@ -2,9 +2,9 @@
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.4.210 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="aarch64-libreelec-linux-gnu-gcc-13.1.0 (GCC) 13.1.0"
CONFIG_CC_VERSION_TEXT="aarch64-libreelec-linux-gnu-gcc-12.2.0 (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=130100
CONFIG_GCC_VERSION=120200
CONFIG_CLANG_VERSION=0
CONFIG_LLD_VERSION=0
CONFIG_CC_CAN_LINK=y
Expand Down Expand Up @@ -6235,7 +6235,6 @@ CONFIG_AMLOGIC_LED=y
# CONFIG_AMLOGIC_LEDS_STATE is not set
CONFIG_AMLOGIC_LEDS_BCT3236=y
# CONFIG_AMLOGIC_LEDRING is not set
CONFIG_AMLOGIC_LEDS_BCT3236=y

#
# Audio Interface
Expand Down Expand Up @@ -6969,8 +6968,8 @@ CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
CONFIG_CONSOLE_LOGLEVEL_QUIET=4
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_DYNAMIC_DEBUG is not set
# CONFIG_DYNAMIC_DEBUG_CORE is not set
CONFIG_DYNAMIC_DEBUG=y
CONFIG_DYNAMIC_DEBUG_CORE=y
# end of printk and dmesg options

#
Expand Down
Expand Up @@ -6048,7 +6048,7 @@ CONFIG_NLS_UTF8=y
CONFIG_PRINTK_TIME=y
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_DYNAMIC_DEBUG is not set
CONFIG_DYNAMIC_DEBUG=y

#
# Compile-time checks and compiler options
Expand Down
Expand Up @@ -5959,7 +5959,7 @@ CONFIG_NLS_UTF8=y
CONFIG_PRINTK_TIME=y
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_DYNAMIC_DEBUG is not set
CONFIG_DYNAMIC_DEBUG=y

#
# Compile-time checks and compiler options
Expand Down

0 comments on commit 4e1f8c5

Please sign in to comment.