CONFIG_USB

USB

Type: bool

Help

Enable USB drivers.

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config USB
    bool
    default "y" if NETWORKING && BOARD_NUCLEO_F412ZG
    depends on NETWORKING && BOARD_NUCLEO_F412ZG

At drivers/usb/Kconfig:9

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:70

Menu path: (top menu) → Device Drivers

menuconfig USB
    bool
    prompt "USB"
    help
      Enable USB drivers.

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