From adae5083ba8042adb98fb66f21c7e45698ba715a Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Fri, 19 Feb 2021 09:26:48 +0100 Subject: [PATCH] esp32-dekitc:wapi_smp: Select the NETDEVICES dependency. Signed-off-by: Abdelatif Guettouche --- boards/xtensa/esp32/esp32-devkitc/configs/wapi_smp/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/xtensa/esp32/esp32-devkitc/configs/wapi_smp/defconfig b/boards/xtensa/esp32/esp32-devkitc/configs/wapi_smp/defconfig index 37e67a1083..27c5f353a3 100644 --- a/boards/xtensa/esp32/esp32-devkitc/configs/wapi_smp/defconfig +++ b/boards/xtensa/esp32/esp32-devkitc/configs/wapi_smp/defconfig @@ -44,6 +44,7 @@ CONFIG_IOB_NBUFFERS=128 CONFIG_MM_REGIONS=2 CONFIG_NAME_MAX=48 CONFIG_NETDB_DNSCLIENT=y +CONFIG_NETDEVICES=y CONFIG_NETDEV_LATEINIT=y CONFIG_NETDEV_PHY_IOCTL=y CONFIG_NETDEV_WIRELESS_IOCTL=y