:orphan: .. title:: CLOCK_CONTROL_NRF_SHELL .. option:: CONFIG_CLOCK_CONTROL_NRF_SHELL *Shell commands* Type: ``bool`` Direct dependencies =================== \ :option:`SHELL ` && \ :option:`CLOCK_CONTROL_NRF ` && \ :option:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`SHELL ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/clock_control/Kconfig.nrf:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:23`` Menu path: (Top) → Device Drivers → Hardware clock controller support → NRF Clock controller support .. parsed-literal:: config CLOCK_CONTROL_NRF_SHELL bool "Shell commands" default y if \ :option:`SHELL ` depends on \ :option:`SHELL ` && \ :option:`CLOCK_CONTROL_NRF ` && \ :option:`CLOCK_CONTROL ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*