composite: do not require CDCACM driver to be set, composite interface is generic

This commit is contained in:
Matias Nitsche 2020-06-15 12:24:43 -03:00 committed by Abdelatif Guettouche
parent 49e2c5fe70
commit 22d5712a5a

View File

@ -57,14 +57,6 @@
# error "USB composite device support is not enabled (CONFIG_USBDEV_COMPOSITE)"
#endif
#ifndef CONFIG_CDCACM
# error "USB CDC/ACM serial device support is not enabled (CONFIG_CDCACM)"
#endif
#ifndef CONFIG_CDCACM_COMPOSITE
# error "USB CDC/ACM serial composite device support is not enabled (CONFIG_CDCACM_COMPOSITE)"
#endif
/* Trace initialization *****************************************************/
#ifndef CONFIG_USBDEV_TRACE_INITIALIDSET