-
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¶
- “y” if
SPI_DW
&&SPI
&&SOC_QUARK_SE_C1000_SS
- “y” if
CLOCK_CONTROL
&&SOC_SERIES_QUARK_SE
Kconfig definitions¶
At arch/arc/soc/quark_se_c1000_ss/Kconfig.defconfig:163
Included via Kconfig:10
→ Kconfig.zephyr:20
Menu path: (top menu)
config CLOCK_CONTROL_QUARK_SE bool default "y" ifSPI_DW
&&SPI
&&SOC_QUARK_SE_C1000_SS
depends onSPI_DW
&&SPI
&&SOC_QUARK_SE_C1000_SS
At arch/x86/soc/intel_quark/quark_se/Kconfig.defconfig.series:78
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/x86/soc/intel_quark/Kconfig.defconfig:1
Menu path: (top menu)
config CLOCK_CONTROL_QUARK_SE bool default "y" ifCLOCK_CONTROL
&&SOC_SERIES_QUARK_SE
depends onCLOCK_CONTROL
&&SOC_SERIES_QUARK_SE
At drivers/clock_control/Kconfig.quark_se:9
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:54
→ drivers/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" ifCLOCK_CONTROL
depends onCLOCK_CONTROL
help Enable support for the Quark SE clock driver.
(Definitions include propagated dependencies, including from if’s and menus.)