:orphan: .. title:: CONFIG_BOARD_THINGY53_NRF5340_CPUAPP .. kconfig:: CONFIG_BOARD_THINGY53_NRF5340_CPUAPP CONFIG_BOARD_THINGY53_NRF5340_CPUAPP #################################### *Thingy53 nRF5340 Application MCU* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_NRF5340_CPUAPP_QKAA ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm/thingy53_nrf5340/Kconfig.board:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:29`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_THINGY53_NRF5340_CPUAPP bool "Thingy53 nRF5340 Application MCU" depends on SOC_NRF5340_CPUAPP_QKAA && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*