diff --git a/debian/changelog b/debian/changelog index 745ef0bc3..51100c371 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ linux (3.13.4-2) UNRELEASED; urgency=medium [ Ben Hutchings ] * [armhf] net/wireless: Really enable WL_TI and dependent modules * aufs: Update to aufs3.13-20140127 (no functional changes) + * [powerpc] Change I2C_POWERMAC from module to built-in (Closes: #713943) -- Ben Hutchings Sat, 22 Feb 2014 19:15:01 +0000 diff --git a/debian/config/powerpc/config b/debian/config/powerpc/config index 66e573b72..ecec599b2 100644 --- a/debian/config/powerpc/config +++ b/debian/config/powerpc/config @@ -284,7 +284,8 @@ CONFIG_I2C_SIS96X=m CONFIG_I2C_VIA=m CONFIG_I2C_VIAPRO=m CONFIG_I2C_HYDRA=m -CONFIG_I2C_POWERMAC=m +#. This isn't auto-loaded (#713943) +CONFIG_I2C_POWERMAC=y CONFIG_I2C_MPC=m CONFIG_I2C_PARPORT_LIGHT=m CONFIG_I2C_PCA_ISA=m