From e689c5547ad0d334cafa3da9782469850b71e8fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwangyanzhen=E2=80=9D?= Date: Tue, 19 Jul 2022 08:46:55 +0000 Subject: [PATCH] feat: WLAN framework's component compile decoupling about probing device MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: “wangyanzhen” --- stm32mp1xx/sdk_liteos/hdf_config/wifi/wlan_platform.hcs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stm32mp1xx/sdk_liteos/hdf_config/wifi/wlan_platform.hcs b/stm32mp1xx/sdk_liteos/hdf_config/wifi/wlan_platform.hcs index 4e46c6d..b1d69a9 100755 --- a/stm32mp1xx/sdk_liteos/hdf_config/wifi/wlan_platform.hcs +++ b/stm32mp1xx/sdk_liteos/hdf_config/wifi/wlan_platform.hcs @@ -58,6 +58,7 @@ root { } bootUpTimeOut = 30; bus { + busEnable = 1; /* 0-not enable; 1-enable */ busType = 0; /* 0-sdio 1-usb 2-spi etc. */ busIdx = 2; funcNum = [1,2]; @@ -91,6 +92,7 @@ root { } bootUpTimeOut = 32; bus { + busEnable = 1; /* 0-not enable; 1-enable */ busType = 0; /* 0-sdio 1-usb 2-spi etc. */ busIdx = 2; funcNum = [1];