CONFIG_BOARD_ARDUINO_NANO_33_BLE_INIT_SENSORS

Initializes the internal I2C sensors on the board

Type: bool

Direct dependencies

(I2C && BOARD_ARDUINO_NANO_33_BLE) || (BOARD_ARDUINO_NANO_33_BLE && <choice: Board Selection>)

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At <Zephyr>/boards/arm/arduino_nano_33_ble/Kconfig.defconfig:27

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:18

Menu path: (Top)

config BOARD_ARDUINO_NANO_33_BLE_INIT_SENSORS
    bool
    default y
    depends on I2C && BOARD_ARDUINO_NANO_33_BLE

At <Zephyr>/boards/arm/arduino_nano_33_ble/Kconfig.board:18

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/boards/Kconfig:22

Menu path: (Top) → Board Selection → Arduino Nano 33 BLE board

config BOARD_ARDUINO_NANO_33_BLE_INIT_SENSORS
    bool "Initializes the internal I2C sensors on the board"
    depends on BOARD_ARDUINO_NANO_33_BLE && <choice>

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)