1CONFIG_STDOUT_CONSOLE=y
2
3#USB related configs
4CONFIG_USB_DEVICE_STACK=y
5CONFIG_USB_DEVICE_PRODUCT="Zephyr USB audio sample"
6CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
7
8#LOG subsystem related configs
9CONFIG_LOG=y
10CONFIG_USB_DRIVER_LOG_LEVEL_ERR=y
11CONFIG_USB_DEVICE_LOG_LEVEL_ERR=y
12
13#net buf options
14CONFIG_NET_BUF=y
15
16#USB audio related configs
17CONFIG_USB_DEVICE_AUDIO=y
18