Configuration file was left unchanged after development of USB Audio class. Deleted configs should never be present. Signed-off-by: Emil Obalski <emil.obalski@nordicsemi.no>
19 lines
371 B
Plaintext
19 lines
371 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
|
|
#USB related configs
|
|
CONFIG_USB=y
|
|
CONFIG_USB_DEVICE_STACK=y
|
|
CONFIG_USB_DEVICE_PRODUCT="Zephyr USB audio sample"
|
|
|
|
#LOG subsystem related configs
|
|
CONFIG_LOG=y
|
|
CONFIG_USB_DRIVER_LOG_LEVEL_ERR=y
|
|
CONFIG_USB_DEVICE_LOG_LEVEL_ERR=y
|
|
|
|
#net buf options
|
|
CONFIG_NET_BUF=y
|
|
CONFIG_NET_BUF_USER_DATA_SIZE=0
|
|
|
|
#USB audio related configs
|
|
CONFIG_USB_DEVICE_AUDIO=y
|