Commit b25567ea authored by Andrei Emeltchenko's avatar Andrei Emeltchenko Committed by Anas Nashif
Browse files

usb: Allow to enable stack on native_posix arch



At the moment USB Device stack is not possible to enable for
native_posix architecture since there is not USB controller.
The patch allows to enable stack making possible to use it in unit
tests.

Signed-off-by: default avatarAndrei Emeltchenko <andrei.emeltchenko@intel.com>
parent 2b10dd8a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
menuconfig USB_DEVICE_STACK
	bool
	prompt "USB device stack"
	depends on USB_DEVICE_DRIVER
	depends on USB_DEVICE_DRIVER || ARCH_POSIX
	default n
	help
	  Enable USB device stack.