:orphan: .. title:: BOARD_NRF9160DK_INTERFACE0_MCU .. option:: CONFIG_BOARD_NRF9160DK_INTERFACE0_MCU *Route to nRF52840* Type: ``bool`` Help ==== This connects the following pins on the nRF9160 to pins on the nRF52840: Pin 0: nRF9160 P0.17 connects to nRF52840 P0.17 Pin 1: nRF9160 P0.18 connects to nRF52840 P0.20 Pin 2: nRF9160 P0.19 connects to nRF52840 P0.15 Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``boards/arm/nrf9160dk_nrf52840/Kconfig:144`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:57`` Menu path: (Top) → Board Options → Interface pins 0-2 .. parsed-literal:: config BOARD_NRF9160DK_INTERFACE0_MCU bool "Route to nRF52840" depends on \ :ref:` ` help This connects the following pins on the nRF9160 to pins on the nRF52840: Pin 0: nRF9160 P0.17 connects to nRF52840 P0.17 Pin 1: nRF9160 P0.18 connects to nRF52840 P0.20 Pin 2: nRF9160 P0.19 connects to nRF52840 P0.15 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*