From: Jean Delvare Date: Tue, 24 May 2011 18:58:49 +0000 (+0200) Subject: i2c-i801: Don't depend on other kernel driver config options X-Git-Tag: v3.0-rc1~306^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eacfcebf0274310a751924c02c5c31cbdf057b3;p=pandora-kernel.git i2c-i801: Don't depend on other kernel driver config options Don't let other driver config options influence us, as it makes the code more complex and fragile for a small benefit. There's nothing wrong with instantiating I2C devices even if they don't have a driver. And we're talking about 835 extra bytes in the binary on x86-64, that's hardly worth arguing about. Signed-off-by: Jean Delvare Cc: David Woodhouse Cc: Hans de Goede --- Reading git-diff-tree failed