The patch titled Apple Motion Sensor driver Kconfig fix has been removed from the -mm tree. Its filename is apple-motion-sensor-driver-kconfig-fix.patch This patch was dropped because it was folded into apple-motion-sensor-driver-2.patch ------------------------------------------------------ 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 file 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 @@ -106,12 +106,14 @@ config SENSORS_K8TEMP 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 origin.patch git-input.patch apple-motion-sensor-driver-2.patch apple-motion-sensor-driver-kconfig-fix.patch ams-check-return-values-from-device_create_file.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