CONFIG_HW_CC3XX_NAME

Entropy Device Name

Type: string

Help

Specify the device name to be used for the HW_CC3XX driver.

Direct dependencies

HW_CC3XX && !HW_CC3XX_FORCE_ALT

(Includes any dependencies from ifs and menus.)

Default

  • “HW_CC3XX_0”

Kconfig definition

At <nRF>/drivers/hw_cc310/Kconfig:33

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:28<nRF>/drivers/Kconfig:11

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Device Drivers → Arm CC3xx hw driver for Nordic devices

config HW_CC3XX_NAME
    string "Entropy Device Name"
    default "HW_CC3XX_0"
    depends on HW_CC3XX && !HW_CC3XX_FORCE_ALT
    help
      Specify the device name to be used for the HW_CC3XX driver.

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