Skip to content

Commit 8332cd4

Browse files
committed
ipmi:ssif: Use depends on, not select, for I2C
It's more appropriate here. Suggested-by: Randy Dunlap <[email protected]> Signed-off-by: Corey Minyard <[email protected]>
1 parent b81a817 commit 8332cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/char/ipmi/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ config IPMI_SI
6969

7070
config IPMI_SSIF
7171
tristate 'IPMI SMBus handler (SSIF)'
72-
select I2C
72+
depends on I2C
7373
help
7474
Provides a driver for a SMBus interface to a BMC, meaning that you
7575
have a driver that must be accessed over an I2C bus instead of a

0 commit comments

Comments
 (0)