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