ipmi:ssif: Use depends on, not select, for I2C
It's more appropriate here. Suggested-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Corey Minyard <cminyard@mvista.com>
This commit is contained in:
parent
b81a817af1
commit
8332cd4936
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user