From: Arnd Bergmann Date: Thu, 26 Feb 2015 20:50:21 +0000 (+0900) Subject: ARM: S3C64XX: add I2C dependencies where needed X-Git-Tag: omap-for-v4.1/fixes-rc1~66^2~1^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=261592e6b804c288d2010e98ee100548dbe91c06;p=pandora-kernel.git ARM: S3C64XX: add I2C dependencies where needed The SMDK6410_WM1190_EV1 and SMDK6410_WM1192_EV1 add-on cards select MFD_WM*_I2C, but they ignore the fact that I2C may be compiled as a loadable module. This patch adds a dependency on I2C, which means we avoid the build errors, but can end up in a case where the options are hidden from the user when I2C is turned off. Signed-off-by: Arnd Bergmann Cc: Kukjin Kim Cc: Tomasz Figa Cc: Ben Dooks Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed