-
CONFIG_CLOCK_CONTROL_QUARK_SE_PERIPHERAL_DRV_NAME
¶
Quark SE peripheral clock device name
Type: string
Direct dependencies¶
(CLOCK_CONTROL_QUARK_SE
&& CLOCK_CONTROL
&& SOC_SERIES_QUARK_SE
) || (CLOCK_CONTROL_QUARK_SE_PERIPHERAL
&& CLOCK_CONTROL_QUARK_SE
&& CLOCK_CONTROL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “clk_peripheral” if
CLOCK_CONTROL_QUARK_SE
&&CLOCK_CONTROL
&&SOC_SERIES_QUARK_SE
- “clk_peripheral” if
CLOCK_CONTROL_QUARK_SE_PERIPHERAL
&&CLOCK_CONTROL_QUARK_SE
&&CLOCK_CONTROL
Kconfig definitions¶
At soc/x86/intel_quark/quark_se/Kconfig.defconfig.series:82
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/x86/intel_quark/Kconfig.defconfig:3
Menu path: (top menu)
config CLOCK_CONTROL_QUARK_SE_PERIPHERAL_DRV_NAME string default "clk_peripheral" ifCLOCK_CONTROL_QUARK_SE
&&CLOCK_CONTROL
&&SOC_SERIES_QUARK_SE
depends onCLOCK_CONTROL_QUARK_SE
&&CLOCK_CONTROL
&&SOC_SERIES_QUARK_SE
At drivers/clock_control/Kconfig.quark_se:22
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 peripheral clock support
config CLOCK_CONTROL_QUARK_SE_PERIPHERAL_DRV_NAME string prompt "Quark SE peripheral clock device name" ifCLOCK_CONTROL_QUARK_SE_PERIPHERAL
&&CLOCK_CONTROL_QUARK_SE
&&CLOCK_CONTROL
default "clk_peripheral" ifCLOCK_CONTROL_QUARK_SE_PERIPHERAL
&&CLOCK_CONTROL_QUARK_SE
&&CLOCK_CONTROL
depends onCLOCK_CONTROL_QUARK_SE_PERIPHERAL
&&CLOCK_CONTROL_QUARK_SE
&&CLOCK_CONTROL
(Definitions include propagated dependencies, including from if’s and menus.)