From 85b14687f4538acfb2b6d6267b13295d43cfef9c Mon Sep 17 00:00:00 2001 From: tangyuxin <462747508@qq.com> Date: Tue, 29 May 2018 10:10:42 +0800 Subject: [PATCH] =?UTF-8?q?[components][drivers]Kconfig=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0Audio=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/drivers/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/drivers/Kconfig b/components/drivers/Kconfig index fac3d8ef4..59fd83e09 100755 --- a/components/drivers/Kconfig +++ b/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" -- GitLab