The patch titled make power supply class available for arm architecture has been added to the -mm tree. Its filename is make-power-supply-class-available-for-arm-architecture.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: make power supply class available for arm architecture From: Mike Rapoport <mike@xxxxxxxxxxxxxx> The config system doesn't show the power supply class menu if arch=arm, this patch fixes it. Signed-off-by: Mike Rapoport <mike@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/Kconfig | 2 ++ 1 files changed, 2 insertions(+) diff -puN arch/arm/Kconfig~make-power-supply-class-available-for-arm-architecture arch/arm/Kconfig --- a/arch/arm/Kconfig~make-power-supply-class-available-for-arm-architecture +++ a/arch/arm/Kconfig @@ -1028,6 +1028,8 @@ source "drivers/w1/Kconfig" source "drivers/hwmon/Kconfig" +source "drivers/power/Kconfig" + #source "drivers/l3/Kconfig" source "drivers/misc/Kconfig" _ Patches currently in -mm which might be from mike@xxxxxxxxxxxxxx are make-power-supply-class-available-for-arm-architecture.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