:orphan: .. title:: CONFIG_BOARD_STM32L1_DISCO .. kconfig:: CONFIG_BOARD_STM32L1_DISCO CONFIG_BOARD_STM32L1_DISCO ########################## *STM32L1DISCOVERY Development Board* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_STM32L151XB ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm/stm32l1_disco/Kconfig.board:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:29`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_STM32L1_DISCO bool "STM32L1DISCOVERY Development Board" depends on SOC_STM32L151XB && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*