:orphan: .. title:: CONFIG_BOARD_ADAFRUIT_FEATHER_M0_BASIC_PROTO .. kconfig:: CONFIG_BOARD_ADAFRUIT_FEATHER_M0_BASIC_PROTO CONFIG_BOARD_ADAFRUIT_FEATHER_M0_BASIC_PROTO ############################################ *Adafruit Feather M0 Basic Proto* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_PART_NUMBER_SAMD21G18A ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm/adafruit_feather_m0_basic_proto/Kconfig.board:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:29`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_ADAFRUIT_FEATHER_M0_BASIC_PROTO bool "Adafruit Feather M0 Basic Proto" depends on SOC_PART_NUMBER_SAMD21G18A && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*