From 2ecded6feb4ec7b89e9702c84e844493c4a46e8e Mon Sep 17 00:00:00 2001 From: Liu_Weichao Date: Wed, 9 Feb 2022 09:55:48 +0800 Subject: [PATCH] set sd device function default off --- Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/Kconfig b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/Kconfig index b43f274f1..ef9867af5 100644 --- a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/Kconfig +++ b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/Kconfig @@ -20,7 +20,7 @@ menuconfig BSP_USING_SEMC menuconfig BSP_USING_SDIO bool "Using SD card device" - default y + default n select RESOURCES_SDIO if BSP_USING_SDIO source "$BSP_DIR/third_party_driver/sdio/Kconfig"