:orphan: .. title:: choice STM32_LPTIM_CLOCK: LPTIM clock value configuration .. _choice_12: .. describe:: choice STM32_LPTIM_CLOCK: LPTIM clock value configuration *LPTIM clock value configuration* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`STM32_LPTIM_TIMER ` && \ :kconfig:`BOARD_DISCO_L475_IOT1 `) || (\ :kconfig:`STM32_LPTIM_TIMER ` && \ :kconfig:`BOARD_NUCLEO_L073RZ `) || (\ :kconfig:`STM32_LPTIM_TIMER ` && \ :kconfig:`BOARD_NUCLEO_WB55RG `) || (\ :kconfig:`STM32_LPTIM_TIMER ` && \ :kconfig:`BOARD_STM32L562E_DK `) || \ :kconfig:`STM32_LPTIM_TIMER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`STM32_LPTIM_CLOCK_LSE ` - \ :kconfig:`STM32_LPTIM_CLOCK_LSI ` - \ :kconfig:`STM32_LPTIM_CLOCK_LSE ` - \ :kconfig:`STM32_LPTIM_CLOCK_LSE ` Choice options ============== - \ :kconfig:`STM32_LPTIM_CLOCK_LSE ` - \ :kconfig:`STM32_LPTIM_CLOCK_LSI ` Kconfig definitions =================== At ``/arm/disco_l475_iot1/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig choice STM32_LPTIM_CLOCK bool default STM32_LPTIM_CLOCK_LSE depends on STM32_LPTIM_TIMER && BOARD_DISCO_L475_IOT1 ---- At ``/arm/nucleo_l073rz/Kconfig.defconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig choice STM32_LPTIM_CLOCK bool default STM32_LPTIM_CLOCK_LSI depends on STM32_LPTIM_TIMER && BOARD_NUCLEO_L073RZ ---- At ``/arm/nucleo_wb55rg/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig choice STM32_LPTIM_CLOCK bool default STM32_LPTIM_CLOCK_LSE depends on STM32_LPTIM_TIMER && BOARD_NUCLEO_WB55RG ---- At ``/arm/stm32l562e_dk/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig choice STM32_LPTIM_CLOCK bool default STM32_LPTIM_CLOCK_LSE depends on STM32_LPTIM_TIMER && BOARD_STM32L562E_DK ---- At ``/timer/Kconfig.stm32_lptim:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` → ``/timer/Kconfig:206`` Menu path: (Top) → Device Drivers → Timer Drivers → STM32 Low Power Timer [EXPERIMENTAL] .. code-block:: kconfig choice STM32_LPTIM_CLOCK bool "LPTIM clock value configuration" depends on STM32_LPTIM_TIMER *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*