:orphan: .. title:: CONFIG_ARM_CLOCK_CONTROL_DEV_NAME .. kconfig:: CONFIG_ARM_CLOCK_CONTROL_DEV_NAME CONFIG_ARM_CLOCK_CONTROL_DEV_NAME ################################# *Clock Config Device name* Type: ``string`` Help ==== .. code-block:: none Configure Clock Config Device name Direct dependencies =================== \ :kconfig:`CLOCK_CONTROL_BEETLE ` && \ :kconfig:`SOC_FAMILY_ARM ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - "CLOCK_CONTROL_0" Kconfig definition ================== At ``/clock_control/Kconfig.beetle:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:27`` Menu path: (Top) → Device Drivers → Hardware clock controller support → BEETLE Clock Control .. code-block:: kconfig config ARM_CLOCK_CONTROL_DEV_NAME string "Clock Config Device name" default "CLOCK_CONTROL_0" depends on CLOCK_CONTROL_BEETLE && SOC_FAMILY_ARM && CLOCK_CONTROL help Configure Clock Config Device name *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*