Skip to content

Commit

Permalink
Add support for external i2c devices (#3642)
Browse files Browse the repository at this point in the history
This commit adds support for usb to i2c adapters, the i2c chardev and the bme280  famaily environment sensors
  • Loading branch information
xtsrthm authored Nov 5, 2024
1 parent 8fd7f26 commit 59851f7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions buildroot-external/board/pc/ova/kernel.config
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,19 @@ CONFIG_DWMAC_INTEL=m
CONFIG_I6300ESB_WDT=y

CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
CONFIG_I2C_CHARDEV=m
CONFIG_I2C_MUX=y
CONFIG_I2C_TINY_USB=m

CONFIG_I2C_DLN2=m
CONFIG_GPIO_DLN2=m
CONFIG_MFD_DLN2=m
CONFIG_DLN2_ADC=m

CONFIG_IIO=m
CONFIG_BMP280=m

# Required for some PCIe devices such as ath12k
CONFIG_IRQ_REMAP=y

0 comments on commit 59851f7

Please sign in to comment.