From 4a0da7b010c4ec656f6e6ee8d301b86bb03e6ba5 Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Sat, 28 Jul 2007 13:18:53 +0000 Subject: [PATCH] enable ams sensor module for powerpc svn path=/dists/trunk/linux-2.6/; revision=9211 --- debian/changelog | 7 ++++++- debian/config/powerpc/config.powerpc | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) 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