projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b81a817
)
ipmi:ssif: Use depends on, not select, for I2C
author
Corey Minyard
<cminyard@mvista.com>
Tue, 5 Oct 2021 11:44:44 +0000
(06:44 -0500)
committer
Corey Minyard
<cminyard@mvista.com>
Tue, 5 Oct 2021 11:54:17 +0000
(06:54 -0500)
It's more appropriate here.
Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/char/ipmi/Kconfig
b/drivers/char/ipmi/Kconfig
index
7456bdf
..
ace882e
100644
(file)
--- a/
drivers/char/ipmi/Kconfig
+++ b/
drivers/char/ipmi/Kconfig
@@
-69,7
+69,7
@@
config IPMI_SI
config IPMI_SSIF
tristate 'IPMI SMBus handler (SSIF)'
-
select
I2C
+
depends on
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