qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

Kconfig (555B)


      1 config TMP105
      2     bool
      3     depends on I2C
      4     default y if I2C_DEVICES
      5 
      6 config TMP421
      7     bool
      8     depends on I2C
      9     default y if I2C_DEVICES
     10 
     11 config DPS310
     12     bool
     13     depends on I2C
     14     default y if I2C_DEVICES
     15 
     16 config EMC141X
     17     bool
     18     depends on I2C
     19     default y if I2C_DEVICES
     20 
     21 config ADM1272
     22     bool
     23     depends on I2C
     24 
     25 config MAX34451
     26     bool
     27     depends on I2C
     28 
     29 config LSM303DLHC_MAG
     30     bool
     31     depends on I2C
     32     default y if I2C_DEVICES
     33 
     34 config ISL_PMBUS_VR
     35     bool
     36     depends on PMBUS
     37 
     38 config MAX31785
     39     bool
     40     depends on PMBUS