diff options
author | Crestez Dan Leonard | 2016-03-29 19:14:27 +0300 |
---|---|---|
committer | Jonathan Cameron | 2016-04-03 11:14:01 +0100 |
commit | fa4c9c93e93f429bb8a8b01c53d54d6bd53a3028 (patch) | |
tree | 0908059919731e28a1d9754370392ff2c2ce0f49 /drivers/iio/pressure/Kconfig | |
parent | d409404cf6e201c2980c7148484c350f33a7912e (diff) |
hp206c: Initial support for reading sensor values
Signed-off-by: Crestez Dan Leonard <leonard.crestez@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/pressure/Kconfig')
-rw-r--r-- | drivers/iio/pressure/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/pressure/Kconfig b/drivers/iio/pressure/Kconfig index 31c0e1fd2202..8de0192adea6 100644 --- a/drivers/iio/pressure/Kconfig +++ b/drivers/iio/pressure/Kconfig @@ -148,4 +148,14 @@ config T5403 To compile this driver as a module, choose M here: the module will be called t5403. +config HP206C + tristate "HOPERF HP206C precision barometer and altimeter sensor" + depends on I2C + help + Say yes here to build support for the HOPREF HP206C precision + barometer and altimeter sensor. + + This driver can also be built as a module. If so, the module will + be called hp206c. + endmenu |