diff --git a/debian/changelog b/debian/changelog index 1b8f277cf..17cc4f80e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ linux-2.6 (2.6.22-trunk.1) UNRELEASED; urgency=low + [ Bastian Blank ] * - -- Bastian Blank Tue, 17 Jul 2007 11:42:51 +0200 + [ maximilian attems ] + * [ppc] Enable for powerpc config the ams (Apple Motion Sensor). + (closes: #426210) + + -- maximilian attems Sat, 28 Jul 2007 15:14:34 +0200 linux-2.6 (2.6.22-1~experimental.1) UNRELEASED; urgency=low diff --git a/debian/config/powerpc/config.powerpc b/debian/config/powerpc/config.powerpc index c31baa76b..be26e3592 100644 --- a/debian/config/powerpc/config.powerpc +++ b/debian/config/powerpc/config.powerpc @@ -18,3 +18,6 @@ CONFIG_SERIAL_MPC52xx_CONSOLE=y CONFIG_SERIAL_MPC52xx_CONSOLE_BAUD=115200 CONFIG_MII=y CONFIG_PATA_MPC52xx=m +CONFIG_SENSORS_AMS=m +CONFIG_SENSORS_AMS_PMU=y +CONFIG_SENSORS_AMS_I2C=y