[<prev] [next>] [day] [month] [year] [list]
Message-ID: <46BABF62.2010904@compulab.co.il>
Date: Thu, 09 Aug 2007 10:16:50 +0300
From: Mike Rapoport <mike@...pulab.co.il>
To: ARM Linux <linux-arm-kernel@...ts.arm.linux.org.uk>
CC: LKML <linux-kernel@...r.kernel.org>
Subject: [PATHC] make power supply class available for arm architecture
The config system doesn't show the power supply class menu if arch=arm, this
patch fixes it.
Signed-off-by: Mike Rapoport <mike@...pulab.co.il>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists