Author: maks Date: Sat Jul 28 13:18:53 2007 New Revision: 9211 Log: enable ams sensor module for powerpc
Modified: dists/trunk/linux-2.6/debian/changelog dists/trunk/linux-2.6/debian/config/powerpc/config.powerpc Modified: dists/trunk/linux-2.6/debian/changelog ============================================================================== --- dists/trunk/linux-2.6/debian/changelog (original) +++ dists/trunk/linux-2.6/debian/changelog Sat Jul 28 13:18:53 2007 @@ -1,8 +1,13 @@ linux-2.6 (2.6.22-trunk.1) UNRELEASED; urgency=low + [ Bastian Blank ] * - -- Bastian Blank <[EMAIL PROTECTED]> Tue, 17 Jul 2007 11:42:51 +0200 + [ maximilian attems ] + * [ppc] Enable for powerpc config the ams (Apple Motion Sensor). + (closes: #426210) + + -- maximilian attems <[EMAIL PROTECTED]> Sat, 28 Jul 2007 15:14:34 +0200 linux-2.6 (2.6.22-1~experimental.1) UNRELEASED; urgency=low Modified: dists/trunk/linux-2.6/debian/config/powerpc/config.powerpc ============================================================================== --- dists/trunk/linux-2.6/debian/config/powerpc/config.powerpc (original) +++ dists/trunk/linux-2.6/debian/config/powerpc/config.powerpc Sat Jul 28 13:18:53 2007 @@ -18,3 +18,6 @@ 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 _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

