* [PATCH] Fix IPMI SMBus driver to select the I2C layer instead of depend on it
@ 2005-02-09 17:25 Corey Minyard
0 siblings, 0 replies; only message in thread
From: Corey Minyard @ 2005-02-09 17:25 UTC (permalink / raw)
To: Andrew Morton, lkml
[-- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-02-09 17:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-09 17:25 [PATCH] Fix IPMI SMBus driver to select the I2C layer instead of depend on it Corey Minyard
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.