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 arch/arc/soc/quark_se_c1000_ss/Kconfig.defconfig:163

Included via Kconfig:10Kconfig.zephyr:20

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 arch/x86/soc/intel_quark/quark_se/Kconfig.defconfig.series:78

Included via Kconfig:10Kconfig.zephyr:20arch/x86/soc/intel_quark/Kconfig.defconfig:1

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:29drivers/Kconfig:54drivers/clock_control/Kconfig:43

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.)