[PATHC] make power supply class available for arm architecture

From: Mike Rapoport
Date: Thu Aug 09 2007 - 03:23:38 EST


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>

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index d614529..9f7c6de 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1026,6 +1026,8 @@ source "drivers/spi/Kconfig"

source "drivers/w1/Kconfig"

+source "drivers/power/Kconfig"
+
source "drivers/hwmon/Kconfig"

#source "drivers/l3/Kconfig"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/