[x86] i2c: Change I2C to built-in and enable ACPI_I2C_OPREGION (Closes: #778896)

svn path=/dists/sid/linux/; revision=22710
This commit is contained in:
Ben Hutchings 2015-05-26 01:08:50 +00:00
parent 9e70108feb
commit 76d3edb2c3
2 changed files with 4 additions and 1 deletions

2
debian/changelog vendored
View File

@ -100,6 +100,8 @@ linux (4.0.4-1) UNRELEASED; urgency=medium
* [x86] vmwgfx: Enable DRM_VMWGFX_FBCON (Closes: #714929)
* media: Enable DVB_SMIPCIE as module (Closes: #785153)
* Bump ABI to 2
* [x86] i2c: Change I2C to built-in and enable ACPI_I2C_OPREGION
(Closes: #778896)
[ Ian Campbell ]
* [armhf+arm64] Enabled generic SYSCON regmap reset driver

View File

@ -584,7 +584,8 @@ CONFIG_SENSORS_ACPI_POWER=m
##
## file: drivers/i2c/Kconfig
##
CONFIG_I2C=m
CONFIG_I2C=y
CONFIG_ACPI_I2C_OPREGION=y
CONFIG_I2C_CHARDEV=m
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set