diff options
author | Peter Meerwald <pmeerw@pmeerw.net> | 2015-06-16 21:27:03 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-06-21 14:39:51 +0100 |
commit | 825c50dba0139b0322436ddda7d11f043955875e (patch) | |
tree | 819cc73ee8bc1595d233c41c763d2b86b05aab22 /drivers/iio/pressure/Kconfig | |
parent | 8bf62ec83c89eda4114aae90c593f49649af76bd (diff) | |
download | linux-825c50dba0139b0322436ddda7d11f043955875e.tar.bz2 |
iio: pressure: Fix Measurement Specialties vendor name
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/pressure/Kconfig')
-rw-r--r-- | drivers/iio/pressure/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iio/pressure/Kconfig b/drivers/iio/pressure/Kconfig index fa6295041947..b13ea6fd939d 100644 --- a/drivers/iio/pressure/Kconfig +++ b/drivers/iio/pressure/Kconfig @@ -53,9 +53,9 @@ config MPL3115 will be called mpl3115. config MS5611 - tristate "Measurement Specialities MS5611 pressure sensor driver" + tristate "Measurement Specialties MS5611 pressure sensor driver" help - Say Y here to build support for the Measurement Specialities + Say Y here to build support for the Measurement Specialties MS5611 pressure and temperature sensor. To compile this driver as a module, choose M here: the module will |