From 6d93d948deb30b5c0a35b3f4fab1bc230c392853 Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Nihei Date: Mon, 29 Mar 2021 17:15:12 -0300 Subject: [PATCH] boards/esp32-ethernet-kit: Disable unnecessary SPI driver from nsh config --- boards/xtensa/esp32/esp32-ethernet-kit/configs/nsh/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/xtensa/esp32/esp32-ethernet-kit/configs/nsh/defconfig b/boards/xtensa/esp32/esp32-ethernet-kit/configs/nsh/defconfig index db32a5c87e..01f9a76e27 100644 --- a/boards/xtensa/esp32/esp32-ethernet-kit/configs/nsh/defconfig +++ b/boards/xtensa/esp32/esp32-ethernet-kit/configs/nsh/defconfig @@ -38,7 +38,6 @@ CONFIG_RAW_BINARY=y CONFIG_RR_INTERVAL=200 CONFIG_SCHED_WAITPID=y CONFIG_SDCLONE_DISABLE=y -CONFIG_SPI=y CONFIG_START_DAY=6 CONFIG_START_MONTH=12 CONFIG_START_YEAR=2011