Kconfig (1809de7e7d37c585e01a1bcc583ea92b78fc759d) | Kconfig (fa4c9c93e93f429bb8a8b01c53d54d6bd53a3028) |
---|---|
1# 2# Pressure drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Pressure sensors" 7 8config BMP280 --- 134 unchanged lines hidden (view full) --- 143 depends on I2C 144 help 145 Say yes here to build support for the EPCOS T5403 pressure sensor 146 connected via I2C. 147 148 To compile this driver as a module, choose M here: the module 149 will be called t5403. 150 | 1# 2# Pressure drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Pressure sensors" 7 8config BMP280 --- 134 unchanged lines hidden (view full) --- 143 depends on I2C 144 help 145 Say yes here to build support for the EPCOS T5403 pressure sensor 146 connected via I2C. 147 148 To compile this driver as a module, choose M here: the module 149 will be called t5403. 150 |
151config HP206C 152 tristate "HOPERF HP206C precision barometer and altimeter sensor" 153 depends on I2C 154 help 155 Say yes here to build support for the HOPREF HP206C precision 156 barometer and altimeter sensor. 157 158 This driver can also be built as a module. If so, the module will 159 be called hp206c. 160 |
|
151endmenu | 161endmenu |