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:20
Included via Kconfig:8 → Kconfig.zephyr:22
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 Kconfig:8 → Kconfig.zephyr:37 → <Zephyr Boards>/Kconfig:29
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.)