-
CONFIG_USB_NATIVE_POSIX
¶
Native Posix USB Device Controller Driver
Type: bool
Help¶
Native Posix USB Device Controller Driver.
Direct dependencies¶
(USB
&& BOARD_NATIVE_POSIX
) || USB
(Includes any dependencies from ifs and menus.)
Default¶
y
Symbols selected by this symbol¶
Kconfig definitions¶
At <Zephyr>/boards/posix/native_posix/Kconfig.defconfig:76
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_NATIVE_POSIX
bool
default y
depends on USB && BOARD_NATIVE_POSIX
At <Zephyr>/drivers/usb/device/Kconfig:112
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:68
→ <Zephyr>/drivers/usb/Kconfig:11
Menu path: (Top) → Device Drivers → USB
config USB_NATIVE_POSIX
bool "Native Posix USB Device Controller Driver"
select USB_DEVICE_DRIVER
depends on USB
help
Native Posix USB Device Controller Driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)