All of lore.kernel.org
 help / color / mirror / Atom feed
From: Corey Minyard <minyard@acm.org>
To: Andrew Morton <akpm@osdl.org>, lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH] Fix IPMI SMBus driver to select the I2C layer instead of depend on it
Date: Wed, 09 Feb 2005 11:25:53 -0600	[thread overview]
Message-ID: <420A47A1.8020007@acm.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 83 bytes --]

This is on top of the IPMI SMBus driver in the current mm kernel.

Thanks,

-Corey

[-- Attachment #2: ipmi_smb_config.diff --]
[-- Type: text/plain, Size: 700 bytes --]

Make the IPMI SMBus select I2C, not depend on it, so I2C gets
enabled properly when the IPMI SMBus is enabled.

Signed-off-by: Corey Minyard <minyard@acm.org>

Index: linux-2.6.11-rc3/drivers/char/ipmi/Kconfig
===================================================================
--- linux-2.6.11-rc3.orig/drivers/char/ipmi/Kconfig
+++ linux-2.6.11-rc3/drivers/char/ipmi/Kconfig
@@ -53,7 +53,8 @@
 
 config IPMI_SMB
        tristate 'IPMI SMBus handler'
-       depends on IPMI_HANDLER && I2C
+       depends on IPMI_HANDLER
+       select I2C
        help
          Provides a driver for a SMBus interface to a BMC, meaning that you
 	 have a driver that must be accessed over an I2C bus instead of a

                 reply	other threads:[~2005-02-09 17:26 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=420A47A1.8020007@acm.org \
    --to=minyard@acm.org \
    --cc=akpm@osdl.org \
    --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.