Skip to content

Commit

Permalink
ipmi:ssif: Use depends on, not select, for I2C
Browse files Browse the repository at this point in the history
It's more appropriate here.

Suggested-by: Randy Dunlap <[email protected]>
Signed-off-by: Corey Minyard <[email protected]>
  • Loading branch information
cminyard committed Oct 5, 2021
1 parent b81a817 commit 8332cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/ipmi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8332cd4

Please sign in to comment.