1config TMP105 2 bool 3 depends on I2C 4 5config TMP421 6 bool 7 depends on I2C 8 9config DPS310 10 bool 11 depends on I2C 12 13config EMC141X 14 bool 15 depends on I2C 16 17config ADM1272 18 bool 19 depends on I2C 20 21config MAX34451 22 bool 23 depends on I2C 24 25config LSM303DLHC_MAG 26 bool 27 depends on I2C 28