projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08ff45c
)
Fix typo in Kconfig help text
author
Thomas Weber
<weber@corscience.de>
Mon, 23 Aug 2010 09:20:34 +0000
(11:20 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 23 Aug 2010 13:10:35 +0000
(15:10 +0200)
Fix the name of the sensor: BMP086 => BMP085
Signed-off-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/misc/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/misc/Kconfig
b/drivers/misc/Kconfig
index 0b591b658243a7675ac66d24b97e7ea1ceaa9781..9df5b759a00b801c0d3a052d9647ee4fe3e466a7 100644
(file)
--- a/
drivers/misc/Kconfig
+++ b/
drivers/misc/Kconfig
@@
-385,7
+385,7
@@
config BMP085
depends on I2C && SYSFS
help
If you say yes here you get support for the Bosch Sensortec
- BMP08
6
digital pressure sensor.
+ BMP08
5
digital pressure sensor.
To compile this driver as a module, choose M here: the
module will be called bmp085.