Browse Source

[KConfig] Add RT_USING_WIFI option.

bernard 7 years ago
parent
commit
327b8015d2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      components/drivers/KConfig

+ 3 - 0
components/drivers/KConfig

@@ -97,6 +97,9 @@ config RT_USING_WDT
     bool "Using Watch Dog device drivers"
     bool "Using Watch Dog device drivers"
     default n
     default n
 
 
+config RT_USING_WIFI
+    bool "Using Wi-Fi network"
+    default n
 
 
 menu "Using USB"
 menu "Using USB"
     config RT_USING_USB_HOST
     config RT_USING_USB_HOST