From b3979ec709df026fc655286f1a58be30b0f688e0 Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Mon, 11 Dec 2023 14:15:45 +0530 Subject: [PATCH] [nrf noup] newlib: Revert unintended change fixup![nrf fromlist] wifi: Add the enums to the status This was only for local testing and by mistake got merged. Signed-off-by: Chaitanya Tata --- lib/libc/newlib/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/newlib/Kconfig b/lib/libc/newlib/Kconfig index a7d3ac38364..1b4f90341b0 100644 --- a/lib/libc/newlib/Kconfig +++ b/lib/libc/newlib/Kconfig @@ -5,7 +5,7 @@ if NEWLIB_LIBC config NEWLIB_LIBC_NANO bool "Build with newlib-nano C library" - depends on HAS_NEWLIB_LIBC_NANO && !WPA_SUPP + depends on HAS_NEWLIB_LIBC_NANO help Build with newlib-nano library, for small embedded apps. The newlib-nano library for ARM embedded processors is a part of the