The patch titled Apple Motion Sensor driver Kconfig fix has been added to the -mm tree. Its filename is apple-motion-sensor-driver-kconfig-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Apple Motion Sensor driver Kconfig fix From: Michael Hanselmann <linux-kernel@xxxxxxxxx> Signed-off-by: Michael Hanselmann <linux-kernel@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/hwmon/Kconfig | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff -puN drivers/hwmon/Kconfig~apple-motion-sensor-driver-kconfig-fix drivers/hwmon/Kconfig --- a/drivers/hwmon/Kconfig~apple-motion-sensor-driver-kconfig-fix +++ a/drivers/hwmon/Kconfig @@ -96,12 +96,14 @@ config SENSORS_ADM9240 config SENSORS_AMS tristate "Apple Motion Sensor driver" - depends on HWMON && PPC_PMAC && INPUT && EXPERIMENTAL - default y + depends on HWMON && PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL help Support for the motion sensor included in PowerBooks. Includes implementations for PMU and I2C. + This driver can also be built as a module. If so, the module + will be called ams. + config SENSORS_AMS_PMU bool "PMU variant" depends on SENSORS_AMS && ADB_PMU _ Patches currently in -mm which might be from linux-kernel@xxxxxxxxx are apple-motion-sensor-driver-2.patch apple-motion-sensor-driver-2-fixes-update.patch apple-motion-sensor-driver-kconfig-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html