As user data sizes are now set on a per pool basis, this Kconfig option has no purpose. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
17 lines
326 B
Plaintext
17 lines
326 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
|
|
#USB related configs
|
|
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
|
|
|
|
#USB audio related configs
|
|
CONFIG_USB_DEVICE_AUDIO=y
|