Skip to content

Commit

Permalink
hw/i2c: add I2C to ESP32-S3
Browse files Browse the repository at this point in the history
The I2C for esp32s3 is the same as for esp32
  • Loading branch information
dmitry1945 authored and igrr committed Jun 6, 2024
1 parent 580604c commit c325f18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/i2c/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ i2c_ss.add(when: 'CONFIG_ARM_SBCON_I2C', if_true: files('arm_sbcon_i2c.c'))
i2c_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_i2c.c'))
i2c_ss.add(when: 'CONFIG_PPC4XX', if_true: files('ppc4xx_i2c.c'))
i2c_ss.add(when: 'CONFIG_XTENSA_ESP32', if_true: files('esp32_i2c.c'))
i2c_ss.add(when: 'CONFIG_XTENSA_ESP32S3', if_true: files('esp32_i2c.c'))
i2c_ss.add(when: 'CONFIG_PCA954X', if_true: files('i2c_mux_pca954x.c'))
i2c_ss.add(when: 'CONFIG_PMBUS', if_true: files('pmbus_device.c'))
i2c_ss.add(when: 'CONFIG_BCM2835_I2C', if_true: files('bcm2835_i2c.c'))
Expand Down

0 comments on commit c325f18

Please sign in to comment.