The latest development version of this page may be more current than this released 2.1.0 version.
CONFIG_USB

USB

Type: bool

Help

Enable USB drivers.

Defaults

  • y

  • y

  • y

Kconfig definitions

At boards/arm/nucleo_f412zg/Kconfig.defconfig:41

Included via Kconfig:8Kconfig.zephyr:23

Menu path: (Top)

config USB
    bool
    default y
    depends on NETWORKING && BOARD_NUCLEO_F412ZG

At boards/arm/nucleo_f413zh/Kconfig.defconfig:42

Included via Kconfig:8Kconfig.zephyr:23

Menu path: (Top)

config USB
    bool
    default y
    depends on NETWORKING && BOARD_NUCLEO_F413ZH

At boards/arm/nucleo_l4r5zi/Kconfig.defconfig:53

Included via Kconfig:8Kconfig.zephyr:23

Menu path: (Top)

config USB
    bool
    default y
    depends on NETWORKING && BOARD_NUCLEO_L4R5ZI

At drivers/usb/Kconfig:6

Included via Kconfig:8Kconfig.zephyr:37drivers/Kconfig:60

Menu path: (Top) → Device Drivers

menuconfig USB
    bool "USB"
    help
      Enable USB drivers.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)