fix: 将恒玄的配置放到其包含的宏中

Signed-off-by: SimonLi <likailong@huawei.com>
This commit is contained in:
SimonLi
2022-01-15 16:57:18 +08:00
parent e7213f266c
commit c236389b9a
2 changed files with 4 additions and 4 deletions
-4
View File
@@ -12,7 +12,3 @@
# limitations under the License.
rsource "*/Kconfig.liteos_m.defconfig.series"
config HALS_COMMUCATION_WIFI_LITE
bool "WIFI LITE"
default y
@@ -15,6 +15,10 @@ if SOC_SERIES_BES2600
rsource "Kconfig.liteos_m.defconfig.bes2600w"
config HALS_COMMUCATION_WIFI_LITE
bool
default y
config SOC_SERIES
string
default "bes2600"