diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index c7795096d43b..968469555956 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -452,14 +452,32 @@ config ARM_CHARLCD | |||
452 | still useful. | 452 | still useful. |
453 | 453 | ||
454 | config BMP085 | 454 | config BMP085 |
455 | tristate "BMP085 digital pressure sensor" | 455 | bool |
456 | depends on SYSFS | ||
457 | |||
458 | config BMP085_I2C | ||
459 | tristate "BMP085 digital pressure sensor on I2C" | ||
460 | select BMP085 | ||
461 | select REGMAP_I2C | ||
456 | depends on I2C && SYSFS | 462 | depends on I2C && SYSFS |
457 | help | 463 | help |
458 | If you say yes here you get support for the Bosch Sensortec | 464 | Say Y here if you want to support Bosch Sensortec's digital pressure |
459 | BMP085 digital pressure sensor. | 465 | sensor hooked to an I2C bus. |
466 | |||
467 | To compile this driver as a module, choose M here: the | ||
468 | module will be called bmp085-i2c. | ||
469 | |||
470 | config BMP085_SPI | ||
471 | tristate "BMP085 digital pressure sensor on SPI" | ||
472 | select BMP085 | ||
473 | select REGMAP_SPI | ||
474 | depends on SPI_MASTER && SYSFS | ||
475 | help | ||
476 | Say Y here if you want to support Bosch Sensortec's digital pressure | ||
477 | sensor hooked to an SPI bus. | ||
460 | 478 | ||
461 | To compile this driver as a module, choose M here: the | 479 | To compile this driver as a module, choose M here: the |
462 | module will be called bmp085. | 480 | module will be called bmp085-spi. |
463 | 481 | ||
464 | config PCH_PHUB | 482 | config PCH_PHUB |
465 | tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) PHUB" | 483 | tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) PHUB" |