:orphan: .. title:: PRINTK .. option:: CONFIG_PRINTK *Send printk() to console* Type: ``bool`` Help ==== This option directs printk() debugging output to the supported console device, rather than suppressing the generation of printk() output entirely. Output is sent immediately, without any mutual exclusion or buffering. Default ======= - y Symbols that select this symbol =============================== - \ :option:`BOARD_ARDUINO_NANO_33_BLE_EN_USB_CONSOLE ` - \ :option:`BOOT_BANNER ` - \ :option:`LOG ` Symbols that imply this symbol ============================== - \ :option:`LOG_MODE_MINIMAL ` - \ :option:`LOG_MINIMAL ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/debug/Kconfig:170`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options .. parsed-literal:: config PRINTK bool "Send printk() to console" default y help This option directs printk() debugging output to the supported console device, rather than suppressing the generation of printk() output entirely. Output is sent immediately, without any mutual exclusion or buffering. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*