The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_USB_NATIVE_POSIX

Native Posix USB Device Controller Driver

Type: bool

Help

Native Posix USB Device Controller Driver.

Direct dependencies

USB || USB

(Includes any dependencies from if’s and menus.)

Defaults

  • “y” if USB

Symbols selected by this symbol

Kconfig definitions

At boards/posix/native_posix/Kconfig.defconfig:94

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_NATIVE_POSIX
    bool
    default "y" if USB
    depends on USB

At drivers/usb/device/Kconfig:95

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:68drivers/usb/Kconfig:14

Menu path: (top menu) → Device Drivers → USB

config USB_NATIVE_POSIX
    bool
    prompt "Native Posix USB Device Controller Driver" if USB
    select USB_DEVICE_DRIVER if USB
    depends on USB
    help
      Native Posix USB Device Controller Driver.

(Definitions include propagated dependencies, including from if’s and menus.)