: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 =================== (\ :option:`STM32_LPTIM_TIMER ` && \ :option:`BOARD_DISCO_L475_IOT1 `) || (\ :option:`STM32_LPTIM_TIMER ` && \ :option:`BOARD_NUCLEO_WB55RG `) || \ :option:`STM32_LPTIM_TIMER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`STM32_LPTIM_CLOCK_LSE ` - \ :option:`STM32_LPTIM_CLOCK_LSE ` Choice options ============== - \ :option:`STM32_LPTIM_CLOCK_LSE ` - \ :option:`STM32_LPTIM_CLOCK_LSI ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/disco_l475_iot1/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: choice STM32_LPTIM_CLOCK bool default \ :option:`STM32_LPTIM_CLOCK_LSE ` depends on \ :option:`STM32_LPTIM_TIMER ` && \ :option:`BOARD_DISCO_L475_IOT1 ` ---- At ``boards/arm/nucleo_wb55rg/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: choice STM32_LPTIM_CLOCK bool default \ :option:`STM32_LPTIM_CLOCK_LSE ` depends on \ :option:`STM32_LPTIM_TIMER ` && \ :option:`BOARD_NUCLEO_WB55RG ` ---- At ``drivers/timer/Kconfig.stm32_lptim:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:28`` → ``drivers/timer/Kconfig:177`` Menu path: (Top) → Device Drivers → Timer Drivers → STM32 Low Power Timer [EXPERIMENTAL] .. parsed-literal:: choice STM32_LPTIM_CLOCK bool "LPTIM clock value configuration" depends on \ :option:`STM32_LPTIM_TIMER ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*