diff --git a/components/net/at/Kconfig b/components/net/at/Kconfig index 46923bd04c..84d7e094ad 100644 --- a/components/net/at/Kconfig +++ b/components/net/at/Kconfig @@ -59,6 +59,7 @@ if RT_USING_AT config AT_USING_SOCKET bool "Enable BSD Socket API support by AT commnads" select RT_USING_LIBC + select RT_USING_SAL default n endif