4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-20 20:57:12 +08:00

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

This commit is contained in:
tangyuxin 2018-05-29 10:10:42 +08:00
parent eaef195911
commit 85b14687f4

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"