Merge pull request #1478 from enkiller/dev

[components][drivers]Kconfig 添加Audio选项
This commit is contained in:
Bernard Xiong 2018-05-29 10:49:06 +08:00 committed by GitHub
commit f33cbb6447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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"