Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933113AbXHIHXg (ORCPT ); Thu, 9 Aug 2007 03:23:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934389AbXHIHXM (ORCPT ); Thu, 9 Aug 2007 03:23:12 -0400 Received: from mail.linux-boards.com ([192.114.83.142]:59755 "EHLO mail.linux-boards.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932809AbXHIHXL (ORCPT ); Thu, 9 Aug 2007 03:23:11 -0400 Message-ID: <46BABF62.2010904@compulab.co.il> Date: Thu, 09 Aug 2007 10:16:50 +0300 From: Mike Rapoport User-Agent: Thunderbird 2.0.0.4 (X11/20070715) MIME-Version: 1.0 To: ARM Linux CC: LKML Subject: [PATHC] make power supply class available for arm architecture Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 699 Lines: 24 The config system doesn't show the power supply class menu if arch=arm, this patch fixes it. Signed-off-by: Mike Rapoport 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/