diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-08-24 10:24:12 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-26 11:45:38 -0400 |
commit | f56e6fe09c7848f0a299e661153977372a11abad (patch) | |
tree | 91cc4fc4f720fa11af8ce51bd5df08dff6c59174 | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc (diff) |
ARM: omap2plus_defconfig: switch to the IIO BMP085 driver
This alters the OMAP2plus defconfig to use the IIO BMP280
driver, which is compatible with the BMP085 instead of the old
BMP085-specific misc driver. The IIO driver nowadays have all
the features of the old driver and more.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 487c6c3b13fd..53e1a884a1ea 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig | |||
@@ -139,7 +139,6 @@ CONFIG_BLK_DEV_LOOP=y | |||
139 | CONFIG_BLK_DEV_RAM=y | 139 | CONFIG_BLK_DEV_RAM=y |
140 | CONFIG_BLK_DEV_RAM_SIZE=16384 | 140 | CONFIG_BLK_DEV_RAM_SIZE=16384 |
141 | CONFIG_SENSORS_TSL2550=m | 141 | CONFIG_SENSORS_TSL2550=m |
142 | CONFIG_BMP085_I2C=m | ||
143 | CONFIG_SRAM=y | 142 | CONFIG_SRAM=y |
144 | CONFIG_EEPROM_AT24=m | 143 | CONFIG_EEPROM_AT24=m |
145 | CONFIG_SENSORS_LIS3_I2C=m | 144 | CONFIG_SENSORS_LIS3_I2C=m |
@@ -428,6 +427,7 @@ CONFIG_EXTCON_USB_GPIO=m | |||
428 | CONFIG_TI_EMIF=m | 427 | CONFIG_TI_EMIF=m |
429 | CONFIG_IIO=m | 428 | CONFIG_IIO=m |
430 | CONFIG_TI_AM335X_ADC=m | 429 | CONFIG_TI_AM335X_ADC=m |
430 | CONFIG_BMP280=m | ||
431 | CONFIG_PWM=y | 431 | CONFIG_PWM=y |
432 | CONFIG_PWM_OMAP_DMTIMER=m | 432 | CONFIG_PWM_OMAP_DMTIMER=m |
433 | CONFIG_PWM_TIECAP=m | 433 | CONFIG_PWM_TIECAP=m |