From d65986a852fdd5df45c849fd70d8d8acd48a2b45 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 30 Dec 2013 01:28:33 +0000 Subject: [PATCH] misc: Disable BMP085_I2C as unlikely to be useful svn path=/dists/trunk/linux/; revision=20939 --- debian/changelog | 1 + debian/config/config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f71e312f2..64cfee771 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,7 @@ linux (3.13~rc4-1~exp1) UNRELEASED; urgency=low * [powerpc/powerpc64] block: Enable AIX_PARTITION * net/sched: Change NET_CLS_CGROUP from built-in to module * nfc: Disable NFC_NCI as no enabled drivers need it + * misc: Disable BMP085_I2C as unlikely to be useful [ Aurelien Jarno ] * [mipsel] Remove r5k-cobalt flavour. diff --git a/debian/config/config b/debian/config/config index 1c83508c1..716d314e6 100644 --- a/debian/config/config +++ b/debian/config/config @@ -1916,7 +1916,7 @@ CONFIG_HMC6352=m CONFIG_DS1682=m CONFIG_TI_DAC7512=m CONFIG_VMWARE_BALLOON=m -CONFIG_BMP085_I2C=m +# CONFIG_BMP085_I2C is not set # CONFIG_BMP085_SPI is not set # CONFIG_PCH_PHUB is not set # CONFIG_USB_SWITCH_FSA9480 is not set