All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Rapoport <mike@compulab.co.il>
To: ARM Linux <linux-arm-kernel@lists.arm.linux.org.uk>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [PATHC] make power supply class available for arm architecture
Date: Thu, 09 Aug 2007 10:16:50 +0300	[thread overview]
Message-ID: <46BABF62.2010904@compulab.co.il> (raw)

The config system doesn't show the power supply class menu if arch=arm, this 
patch fixes it.

Signed-off-by: Mike Rapoport <mike@compulab.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"


                 reply	other threads:[~2007-08-09  7:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46BABF62.2010904@compulab.co.il \
    --to=mike@compulab.co.il \
    --cc=linux-arm-kernel@lists.arm.linux.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.