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

Quark SE Clock controller support

Type: bool

Help

Enable support for the Quark SE clock driver.

Direct dependencies

(SPI_DW && SPI && SOC_QUARK_SE_C1000_SS) || (CLOCK_CONTROL && SOC_SERIES_QUARK_SE) || CLOCK_CONTROL

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At soc/arc/quark_se_c1000_ss/Kconfig.defconfig:160

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config CLOCK_CONTROL_QUARK_SE
    bool
    default "y" if SPI_DW && SPI && SOC_QUARK_SE_C1000_SS
    depends on SPI_DW && SPI && SOC_QUARK_SE_C1000_SS

At soc/x86/intel_quark/quark_se/Kconfig.defconfig.series:75

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config CLOCK_CONTROL_QUARK_SE
    bool
    default "y" if CLOCK_CONTROL && SOC_SERIES_QUARK_SE
    depends on CLOCK_CONTROL && SOC_SERIES_QUARK_SE

At drivers/clock_control/Kconfig.quark_se:9

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:52drivers/clock_control/Kconfig:28

Menu path: (top menu) → Device Drivers → Hardware clock controller support

menuconfig CLOCK_CONTROL_QUARK_SE
    bool
    prompt "Quark SE Clock controller support" if CLOCK_CONTROL
    depends on CLOCK_CONTROL
    help
      Enable support for the Quark SE clock driver.

(Definitions include propagated dependencies, including from if’s and menus.)