diff --git a/src/Kconfig b/src/Kconfig index e0582f5663..a987daab46 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -352,6 +352,10 @@ menu "Kernel Device Object" config RT_CONSOLE_DEVICE_NAME string "the device name for console" default "uart" + + config RT_PRINTF_LONGLONG + bool "rt_kprintf support long long" + default n endif endmenu