aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 2483183419b9..3b4b7562b2fa 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -373,6 +373,16 @@ config ARM_CHARLCD
373 line and the Linux version on the second line, but that's 373 line and the Linux version on the second line, but that's
374 still useful. 374 still useful.
375 375
376config BMP085
377 tristate "BMP085 digital pressure sensor"
378 depends on I2C && SYSFS
379 help
380 If you say yes here you get support for the Bosch Sensortec
381 BMP086 digital pressure sensor.
382
383 To compile this driver as a module, choose M here: the
384 module will be called bmp085.
385
376source "drivers/misc/c2port/Kconfig" 386source "drivers/misc/c2port/Kconfig"
377source "drivers/misc/eeprom/Kconfig" 387source "drivers/misc/eeprom/Kconfig"
378source "drivers/misc/cb710/Kconfig" 388source "drivers/misc/cb710/Kconfig"