From 8332cd4936ed93df42add6541f740ce937e7a5bc Mon Sep 17 00:00:00 2001 From: Corey Minyard Date: Tue, 5 Oct 2021 06:44:44 -0500 Subject: [PATCH] ipmi:ssif: Use depends on, not select, for I2C It's more appropriate here. Suggested-by: Randy Dunlap Signed-off-by: Corey Minyard --- drivers/char/ipmi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/ipmi/Kconfig b/drivers/char/ipmi/Kconfig index 7456bdf..ace882e 100644 --- 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 -- 2.7.4