:orphan: .. title:: BOARD_NXP_LS1046ARDB .. option:: CONFIG_BOARD_NXP_LS1046ARDB *NXP Layerscape ls1046ardb* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_SERIES_LS1046A ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm64/nxp_ls1046ardb/Kconfig.board:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/Kconfig:22`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_NXP_LS1046ARDB bool "NXP Layerscape ls1046ardb" depends on SOC_SERIES_LS1046A && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*