mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 06:24:43 +01:00
ARM: omap2plus_defconfig: enable I2C devices of GTA04
Enable I2C devices of GTA04 to get better test coverage when using the defconfig. Until the I2C host driver is fixed, BMG160 module should be blacklisted when booting on the GTA04A5. Signed-off-by: Andreas Kemnade <andreas@kemnade.info> Link: https://lore.kernel.org/r/20250228112750.367251-1-andreas@kemnade.info Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
0af2f6be1b
commit
ce424c3051
1 changed files with 8 additions and 0 deletions
|
|
@ -608,6 +608,7 @@ CONFIG_LEDS_LP5523=m
|
|||
CONFIG_LEDS_PCA963X=m
|
||||
CONFIG_LEDS_PWM=m
|
||||
CONFIG_LEDS_BD2606MVV=m
|
||||
CONFIG_LEDS_TCA6507=m
|
||||
CONFIG_LEDS_TRIGGERS=y
|
||||
CONFIG_LEDS_TRIGGER_TIMER=m
|
||||
CONFIG_LEDS_TRIGGER_ONESHOT=m
|
||||
|
|
@ -642,6 +643,8 @@ CONFIG_TI_EMIF_SRAM=m
|
|||
CONFIG_IIO=m
|
||||
CONFIG_IIO_SW_DEVICE=m
|
||||
CONFIG_IIO_SW_TRIGGER=m
|
||||
CONFIG_BMA180=m
|
||||
CONFIG_BMC150_ACCEL=m
|
||||
CONFIG_IIO_ST_ACCEL_3AXIS=m
|
||||
CONFIG_KXCJK1013=m
|
||||
CONFIG_CPCAP_ADC=m
|
||||
|
|
@ -649,10 +652,15 @@ CONFIG_INA2XX_ADC=m
|
|||
CONFIG_TI_AM335X_ADC=m
|
||||
CONFIG_TWL4030_MADC=m
|
||||
CONFIG_TWL6030_GPADC=m
|
||||
CONFIG_BMG160=m
|
||||
CONFIG_MPU3050_I2C=m
|
||||
CONFIG_ITG3200=m
|
||||
CONFIG_BOSCH_BNO055_I2C=m
|
||||
CONFIG_INV_MPU6050_I2C=m
|
||||
CONFIG_SENSORS_ISL29028=m
|
||||
CONFIG_AK8975=m
|
||||
CONFIG_BMC150_MAGN_I2C=m
|
||||
CONFIG_SENSORS_HMC5843_I2C=m
|
||||
CONFIG_BMP280=m
|
||||
CONFIG_PWM=y
|
||||
CONFIG_PWM_OMAP_DMTIMER=m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue