diff --git a/components/drivers/Kconfig b/components/drivers/Kconfig index fac3d8ef4785bb664b16ad5e1f3d3fd16b239f69..59fd83e0912776cbbe689fa3494134b4ccf47d93 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"