From: Lan Tianyu Date: Fri, 15 Aug 2014 05:38:59 +0000 (+0800) Subject: i2c: rework kernel config I2C_ACPI X-Git-Tag: omap-for-v3.17/fixes-against-rc2~30^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=366047515c6eab2ff886bc28d1c2b0ad041d040a;p=pandora-kernel.git i2c: rework kernel config I2C_ACPI Commit da3c6647(I2C/ACPI: Clean up I2C ACPI code and Add CONFIG_I2C_ACPI config) adds a new kernel config I2C_ACPI and make I2C core built in when the config is selected. This is wrong because distributions etc generally compile I2C as a module and the commit broken that. This patch is to rename I2C_ACPI to ACPI_I2C_OPREGION. New config only controls ACPI I2C operation region code and depends on I2C=y. Signed-off-by: Lan Tianyu Reviewed-by: Mika Westerberg [wsa: removed unrelated change for Kconfig] Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed