The latest development version of this page may be more current than this released 2.1.0 version.
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 boards/posix/native_posix/Kconfig.defconfig:100

Included via Kconfig:8Kconfig.zephyr:23

Menu path: (Top)

config USB_NATIVE_POSIX
    bool
    default y
    depends on USB && BOARD_NATIVE_POSIX

At drivers/usb/device/Kconfig:108

Included via Kconfig:8Kconfig.zephyr:37drivers/Kconfig:60drivers/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.)