소스 검색

Merge pull request #1478 from enkiller/dev

[components][drivers]Kconfig 添加Audio选项
Bernard Xiong 7 년 전
부모
커밋
f33cbb6447
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      components/drivers/Kconfig

+ 4 - 0
components/drivers/Kconfig

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