File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -1548,6 +1548,7 @@ CONFIG_DEVTMPFS_MOUNT=y
15481548# Firmware loader
15491549#
15501550CONFIG_FW_LOADER=y
1551+ CONFIG_FW_LOADER_DEBUG=y
15511552CONFIG_EXTRA_FIRMWARE=""
15521553# CONFIG_FW_LOADER_USER_HELPER is not set
15531554# CONFIG_FW_LOADER_COMPRESS is not set
@@ -3239,8 +3240,8 @@ CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
32393240CONFIG_CONSOLE_LOGLEVEL_QUIET=4
32403241CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
32413242# CONFIG_BOOT_PRINTK_DELAY is not set
3242- # CONFIG_DYNAMIC_DEBUG is not set
3243- # CONFIG_DYNAMIC_DEBUG_CORE is not set
3243+ CONFIG_DYNAMIC_DEBUG=y
3244+ CONFIG_DYNAMIC_DEBUG_CORE=y
32443245# CONFIG_SYMBOLIC_ERRNAME is not set
32453246CONFIG_DEBUG_BUGVERBOSE=y
32463247# end of printk and dmesg options
Original file line number Diff line number Diff line change @@ -1521,6 +1521,7 @@ CONFIG_DEVTMPFS_MOUNT=y
15211521# Firmware loader
15221522#
15231523CONFIG_FW_LOADER=y
1524+ CONFIG_FW_LOADER_DEBUG=y
15241525CONFIG_EXTRA_FIRMWARE=""
15251526# CONFIG_FW_LOADER_USER_HELPER is not set
15261527# CONFIG_FW_LOADER_COMPRESS is not set
@@ -3130,8 +3131,8 @@ CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
31303131CONFIG_CONSOLE_LOGLEVEL_QUIET=4
31313132CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
31323133# CONFIG_BOOT_PRINTK_DELAY is not set
3133- # CONFIG_DYNAMIC_DEBUG is not set
3134- # CONFIG_DYNAMIC_DEBUG_CORE is not set
3134+ CONFIG_DYNAMIC_DEBUG=y
3135+ CONFIG_DYNAMIC_DEBUG_CORE=y
31353136# CONFIG_SYMBOLIC_ERRNAME is not set
31363137CONFIG_DEBUG_BUGVERBOSE=y
31373138# end of printk and dmesg options
You can’t perform that action at this time.
0 commit comments