:orphan: .. title:: CLOCK_CONTROL_QUARK_SE_EXTERNAL_DRV_NAME .. option:: CONFIG_CLOCK_CONTROL_QUARK_SE_EXTERNAL_DRV_NAME *Quark SE external clock device name* Type: ``string`` Direct dependencies =================== (\ :option:`CLOCK_CONTROL_QUARK_SE ` && \ :option:`CLOCK_CONTROL ` && \ :option:`SOC_SERIES_QUARK_SE `) || (\ :option:`CLOCK_CONTROL_QUARK_SE_EXTERNAL ` && \ :option:`CLOCK_CONTROL_QUARK_SE ` && \ :option:`CLOCK_CONTROL `) *(Includes any dependencies from if's and menus.)* Defaults ======== - "clk_external" if \ :option:`CLOCK_CONTROL_QUARK_SE ` && \ :option:`CLOCK_CONTROL ` && \ :option:`SOC_SERIES_QUARK_SE ` - "clk_external" if \ :option:`CLOCK_CONTROL_QUARK_SE_EXTERNAL ` && \ :option:`CLOCK_CONTROL_QUARK_SE ` && \ :option:`CLOCK_CONTROL ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/x86/intel_quark/quark_se/Kconfig.defconfig.series:87`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:23`` → ``soc/x86/intel_quark/Kconfig.defconfig:3`` Menu path: (top menu) .. parsed-literal:: config CLOCK_CONTROL_QUARK_SE_EXTERNAL_DRV_NAME string default "clk_external" if \ :option:`CLOCK_CONTROL_QUARK_SE ` && \ :option:`CLOCK_CONTROL ` && \ :option:`SOC_SERIES_QUARK_SE ` depends on \ :option:`CLOCK_CONTROL_QUARK_SE ` && \ :option:`CLOCK_CONTROL ` && \ :option:`SOC_SERIES_QUARK_SE ` ---- At ``drivers/clock_control/Kconfig.quark_se:32`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:28`` Menu path: (top menu) → Device Drivers → Hardware clock controller support → Quark SE Clock controller support → Quark SE external clock support .. parsed-literal:: config CLOCK_CONTROL_QUARK_SE_EXTERNAL_DRV_NAME string prompt "Quark SE external clock device name" if \ :option:`CLOCK_CONTROL_QUARK_SE_EXTERNAL ` && \ :option:`CLOCK_CONTROL_QUARK_SE ` && \ :option:`CLOCK_CONTROL ` default "clk_external" if \ :option:`CLOCK_CONTROL_QUARK_SE_EXTERNAL ` && \ :option:`CLOCK_CONTROL_QUARK_SE ` && \ :option:`CLOCK_CONTROL ` depends on \ :option:`CLOCK_CONTROL_QUARK_SE_EXTERNAL ` && \ :option:`CLOCK_CONTROL_QUARK_SE ` && \ :option:`CLOCK_CONTROL ` *(Definitions include propagated dependencies, including from if's and menus.)*