aboutsummaryrefslogtreecommitdiff
path: root/hw/sensor/Kconfig
blob: bc6331b4abbd97128169ce9d6c3378f2a94a744f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
config TMP105
    bool
    depends on I2C
    default y if I2C_DEVICES

config TMP421
    bool
    depends on I2C
    default y if I2C_DEVICES

config DPS310
    bool
    depends on I2C
    default y if I2C_DEVICES

config EMC141X
    bool
    depends on I2C
    default y if I2C_DEVICES

config ADM1272
    bool
    depends on I2C

config ADM1266
    bool
    depends on PMBUS
    default y if PMBUS

config MAX34451
    bool
    depends on I2C

config LSM303DLHC_MAG
    bool
    depends on I2C
    default y if I2C_DEVICES

config ISL_PMBUS_VR
    bool
    depends on PMBUS

config MAX31785
    bool
    depends on PMBUS