From 538174ca43204f1bd94aa23b7b7e6039ef66bad7 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 5 Dec 2010 16:42:35 +0000 Subject: [PATCH] Move config options from drivers/i2c/chips/Kconfig section to drivers/misc/Kconfig svn path=/dists/trunk/linux-2.6/; revision=16643 --- debian/config/config | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/debian/config/config b/debian/config/config index c58dbf06d..126b940fa 100644 --- a/debian/config/config +++ b/debian/config/config @@ -497,12 +497,6 @@ CONFIG_I2C_TAOS_EVM=m CONFIG_I2C_TINY_USB=m CONFIG_I2C_PCA_PLATFORM=m -## -## file: drivers/i2c/chips/Kconfig -## -CONFIG_DS1682=m -CONFIG_SENSORS_TSL2550=m - ## ## file: drivers/ide/Kconfig ## @@ -1403,6 +1397,8 @@ CONFIG_SGI_XP=m CONFIG_SGI_GRU=m # CONFIG_SGI_GRU_DEBUG is not set CONFIG_ISL29003=m +CONFIG_SENSORS_TSL2550=m +CONFIG_DS1682=m CONFIG_TI_DAC7512=m CONFIG_VMWARE_BALLOON=m CONFIG_RAMOOPS=m