From 778ae8495b5b06f39e4187a18f5103da0acb5fdb Mon Sep 17 00:00:00 2001 From: likun17 Date: Fri, 20 Sep 2024 18:10:56 +0800 Subject: [PATCH] monkey: monkey_log.c add LIBC_PRINT_EXTENSION dependency. Signed-off-by: likun17 --- testing/monkey/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/monkey/Kconfig b/testing/monkey/Kconfig index 6add92a05..10f511a85 100644 --- a/testing/monkey/Kconfig +++ b/testing/monkey/Kconfig @@ -7,6 +7,7 @@ menuconfig TESTING_MONKEY tristate "Monkey test" select UINPUT_TOUCH select UINPUT_BUTTONS + select LIBC_PRINT_EXTENSION default n if TESTING_MONKEY