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