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

CONFIG_USB_NRFX

Nordic Semiconductor USB Device Controller Driver

Type: bool

Help

nRF USB Device Controller Driver

Direct dependencies

HAS_HW_NRF_USBD && USB_DEVICE_DRIVER

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At drivers/usb/device/Kconfig:64

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:70drivers/usb/Kconfig:6

Menu path: (Top) → Device Drivers → Enable USB device controller drivers

config USB_NRFX
    bool "Nordic Semiconductor USB Device Controller Driver"
    default y
    select NRFX_USBD
    select NRFX_POWER
    depends on HAS_HW_NRF_USBD && USB_DEVICE_DRIVER
    help
      nRF USB Device Controller Driver

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