From 5d1f9ff59d2d2655ae4b4c80fe2cca42bb21b298 Mon Sep 17 00:00:00 2001 From: Dan Murphy Date: Thu, 20 May 2010 15:29:02 -0500 Subject: [PATCH] [ARM] tegra: stingray_defconfig: Enable the BMP085 barometer driver Add config flag to turn on the barometer driver Change-Id: I71d02eb5ec44321c8258d0b1e9eb7213ce608338 Signed-off-by: Dan Murphy --- arch/arm/configs/stingray_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/stingray_defconfig b/arch/arm/configs/stingray_defconfig index 87f44f3fd0bd..6f4743afeea7 100644 --- a/arch/arm/configs/stingray_defconfig +++ b/arch/arm/configs/stingray_defconfig @@ -648,6 +648,7 @@ CONFIG_KERNEL_DEBUGGER_CORE=y # CONFIG_SENSORS_TSL2550 is not set # CONFIG_SENSORS_AKM8973 is not set CONFIG_SENSORS_AKM8973_AKMD=y +CONFIG_SENSORS_BMP085=y # CONFIG_SENSORS_LIS331DLH is not set # CONFIG_WL127X_RFKILL is not set # CONFIG_DS1682 is not set -- 2.34.1