CONFIG_SX9500_I2C_DEV_NAME

I2C master where SX9500 is connected

Type: string

Help

Specify the device name of the I2C master device to which SX9500 is connected.

Direct dependencies

SX9500 && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/sensor/sx9500/Kconfig:27

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:114

Menu path: (top menu) → Device Drivers → Sensor Drivers → SX9500 I2C SAR Proximity Chip

config SX9500_I2C_DEV_NAME
    string
    prompt "I2C master where SX9500 is connected" if SX9500 && SENSOR
    default "I2C_0" if SX9500 && SENSOR
    depends on SX9500 && SENSOR
    help
      Specify the device name of the I2C master device to which SX9500 is
      connected.

(Definitions include propagated dependencies, including from if’s and menus.)