:orphan: .. title:: BOARD_ARDUINO_NANO_33_BLE_INIT_SENSORS .. option:: CONFIG_BOARD_ARDUINO_NANO_33_BLE_INIT_SENSORS *Initializes the internal I2C sensors on the board* Type: ``bool`` Direct dependencies =================== (\ :option:`I2C ` && \ :option:`BOARD_ARDUINO_NANO_33_BLE `) || (\ :option:`BOARD_ARDUINO_NANO_33_BLE ` && \ :ref:` `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/arduino_nano_33_ble/Kconfig.defconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BOARD_ARDUINO_NANO_33_BLE_INIT_SENSORS bool default y depends on \ :option:`I2C ` && \ :option:`BOARD_ARDUINO_NANO_33_BLE ` ---- At ``boards/arm/arduino_nano_33_ble/Kconfig.board:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:22`` Menu path: (Top) → Board Selection → Arduino Nano 33 BLE board .. parsed-literal:: config BOARD_ARDUINO_NANO_33_BLE_INIT_SENSORS bool "Initializes the internal I2C sensors on the board" depends on \ :option:`BOARD_ARDUINO_NANO_33_BLE ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*