Browse Source

[components][drivers]Kconfig 添加Audio选项

tangyuxin 7 years ago
parent
commit
85b14687f4
1 changed files with 4 additions and 0 deletions
  1. 4 0
      components/drivers/Kconfig

+ 4 - 0
components/drivers/Kconfig

@@ -162,6 +162,10 @@ config RT_USING_WIFI
     bool "Using Wi-Fi network"
     bool "Using Wi-Fi network"
     default n
     default n
 
 
+config RT_USING_AUDIO
+    bool "Using Audio device drivers"
+    default n
+
 menu "Using USB"
 menu "Using USB"
     config RT_USING_USB_HOST
     config RT_USING_USB_HOST
         bool "Using USB host"
         bool "Using USB host"